diff options
author | ubq323 <ubq323@ubq323.website> | 2024-02-14 00:56:23 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-02-14 00:56:23 +0000 |
commit | 7bd1c144e0eac89812ce3ada28245d09ba406104 (patch) | |
tree | 44467d0b795f81995e1ce9b411a1cdd1d39dc014 /.config/sway/config | |
parent | de0349ba6f85bbb9b42b0ff99dfefc1312f0fd30 (diff) |
various
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 10 |
1 files changed, 3 insertions, 7 deletions
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/* |