diff options
author | sefidel <contact@sefidel.net> | 2024-05-04 20:10:56 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-05-10 22:26:05 +0900 |
commit | b62ac33a550624a9fb78ddcc36ed34ae2ba7172f (patch) | |
tree | c2be8ec0af02c31780184e05b98e5403fa4b4f2b /home/profiles/gui/config | |
parent | b34ebfd84088f7d100f12b3a5e8217cf1f834a6d (diff) | |
download | nixrc-b62ac33a550624a9fb78ddcc36ed34ae2ba7172f.tar.gz nixrc-b62ac33a550624a9fb78ddcc36ed34ae2ba7172f.zip |
feat(home/gui): sway: add wl-color-picker keybind
Diffstat (limited to 'home/profiles/gui/config')
-rw-r--r-- | home/profiles/gui/config/sway.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix index e6ecc88..a05502e 100644 --- a/home/profiles/gui/config/sway.nix +++ b/home/profiles/gui/config/sway.nix @@ -181,6 +181,9 @@ in bindsym Print exec grimshot copy active bindsym $alt+Print exec grimshot save screen + # Colour picker + bindsym $mod+Shift+Return exec wl-color-picker + # Toggle waybar bindsym $mod+b exec pkill -USR1 waybar |