Archived
1
0
Fork 0

sway: Add shortcut for wl-color-picker

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-01-18 22:38:42 +01:00
parent dd56eee6e4
commit 1104a79827
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

View file

@ -9,6 +9,7 @@ set $menu wofi --show drun --insensitive | xargs swaymsg exec --
set $lock swaylock
set $exit swaynag -t warning -m 'Exit sway?' -B 'Yes, exit' 'swaymsg exit'
set $screenshot grim -g "$(slurp)"
set $colorpicker wl-color-picker
set $vienna_lat 48.2
set $vienna_long 16.4
@ -49,6 +50,7 @@ bindsym $mod+Return exec $term
bindsym $mod+u exec $menu
bindsym $mod+l exec $lock
bindsym $mod+c exec $screenshot
bindsym $mod+p exec $colorpicker
bindsym $mod+Shift+e exec $exit
# Kill focused window
bindsym $mod+Shift+q kill