mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
switched from webcord to openasar
fixed dmenu quit-prompt having a random "-e" in it added screenshotting to clipboard keybindings
This commit is contained in:
parent
07b4757bde
commit
d85d1e7bf0
8 changed files with 32 additions and 12 deletions
|
|
@ -1,2 +0,0 @@
|
|||
@import url("https://nyri4.github.io/Discolored/main.css");
|
||||
@import url("https://luckfire.github.io/amoled-cord/src/support/compiled.css");
|
||||
15
home-manager/config/discord/settings.json
Normal file
15
home-manager/config/discord/settings.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"debugLogging": false,
|
||||
"IS_MAXIMIZED": false,
|
||||
"IS_MINIMIZED": false,
|
||||
"MIN_WIDTH": 0,
|
||||
"MIN_HEIGHT": 0,
|
||||
"OPEN_ON_STARTUP": false,
|
||||
"MINIMIZE_TO_TRAY": false,
|
||||
"openasar": {
|
||||
"setup": true,
|
||||
"noTyping": true,
|
||||
"quickstart": true,
|
||||
"css": "@import url(\"https://nyri5.github.io/Discolored/main.css\");\n@import url(\"https://luckfire.github.io/amoled-cord/src/support/compiled.css\");\n"
|
||||
}
|
||||
}
|
||||
|
|
@ -15,7 +15,9 @@
|
|||
"XF86MonBrightnessDown" = "brightnessctl s 20-";
|
||||
#screenshot stuff
|
||||
"Print" = "maim $HOME/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg";
|
||||
"Print + shift" = "maim | xclip -selection clipboard -t image/png";
|
||||
"super + Print" = "maim -s $HOME/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg";
|
||||
"super + Print + shift" = "maim -s | xclip -selection clipboard -t image/png";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue