diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/kak/kakrc | 1 | ||||
-rw-r--r-- | .config/sway/config | 10 |
2 files changed, 4 insertions, 7 deletions
diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 7a616cd..ff90671 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -27,3 +27,4 @@ evaluate-commands %sh{ alias global Wq write-quit +alias global W write diff --git a/.config/sway/config b/.config/sway/config index efafb52..ab009e7 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -34,6 +34,7 @@ output HDMI_A-1 { exec pipewire exec wireplumber exec pipewire-pulse +exec wlsunset -T 6500 -t 3200 -L -2 -l 53 bindsym $mod+Return exec exec $term bindsym $mod+Shift+q kill @@ -130,7 +131,7 @@ bar { } } -font pango:Iosevka Fixed 12 +font pango:CommitMono 10 bindsym $mod+Shift+f exec "apulse firefox-wayland" bindsym $mod+b workspace back_and_forth @@ -158,18 +159,13 @@ bindsym XF86AudioMute exec 'amixer set Master toggle' bindsym XF86MonBrightnessUp exec 'brightnessctl --min-value=75 s +5%' bindsym XF86MonBrightnessDown exec 'brightnessctl --min-value=75 s 5%-' -bindsym $mod+Shift+s sticky toggle - client.focused #663399 #663399 #ffffff +bindsym $mod+Shift+s sticky toggle bindsym Print exec slurp|grim -g- -|feh - -.wG -A'[upload]/home/rebecca/bin/rupload -x png %F' --action1 '[copy]wl-copy -t image/png <%F' - bindsym $mod+BackSpace exec dunstctl close-all - - bindsym $mod+p move workspace to output right -exec wlsunset -T 6500 -t 3200 -L -2 -l 53 include /etc/sway/config.d/* |