Add binding for screenshot > clipboard, also remove bitdepth 10 for now as the clipmananger doesnt support that, hopefully it will in the future
This commit is contained in:
parent
0b51f5cbe6
commit
64b0035e16
1 changed files with 3 additions and 2 deletions
|
|
@ -8,9 +8,9 @@ env = __GLX_VNEDOR_LIBRARY_NAME,nvidia
|
|||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
|
||||
# Monitor setup
|
||||
monitor = DP-1,3440x1440@240,0x0,1,bitdepth,10
|
||||
# monitor = DP-1,3440x1440@240,0x0,1,bitdepth,10
|
||||
# Screenshots using grim doesnt support 10 bit color as they become a different format :S
|
||||
# monitor=DP-1,3440x1440@240,0x0,1,bitdepth
|
||||
monitor=DP-1,3440x1440@240,0x0,1,bitdepth
|
||||
|
||||
# Setup workspaces on boot
|
||||
exec-once = [workspace 1 silent] kitty
|
||||
|
|
@ -29,6 +29,7 @@ exec-once = $randomize_wallpaper
|
|||
|
||||
# Bindings
|
||||
bind = ALT, SPACE, exec, fuzzel -w 56 --line-height 24 -x 20 -P 8 -b 24273af6 -t cad3f5ff -m ed8796ff -s 363a4ff6 -S a6da95ff -M ed8796ff -B 2 -r 12 -C 181926ff -f "JetBrainsMonoNL Nerd Font Mono"
|
||||
bind = ALT, S, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||
|
||||
$default = SUPER
|
||||
$resize = SUPER SHIFT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue