diff options
-rw-r--r-- | .config/sway/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index 585c797..b788577 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -247,4 +247,7 @@ input * { # a screenshot utility (pacman -S grim slurp swappy otf-font-awesome wl-clipboard) bindsym $mod+i exec grim -g "$(slurp)" - | swappy -f - +# toggle night mode (display blue filter) +bindsym $mod+n exec pgrep gammastep && pkill gammastep || gammastep -O 4500 & + include /etc/sway/config.d/* |