diff options
Diffstat (limited to 'home/profiles/base/config/sway.nix')
-rw-r--r-- | home/profiles/base/config/sway.nix | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index d510eed..f6a3d9b 100644 --- a/home/profiles/base/config/sway.nix +++ b/home/profiles/base/config/sway.nix @@ -16,7 +16,7 @@ with neotheme.colors; # set terminal - set $term foot + set $term foot bindsym $mod+Return exec $term # set menu @@ -136,7 +136,7 @@ with neotheme.colors; bindsym XF86AudioRaiseVolume exec ~/.local/bin/volume up bindsym XF86AudioLowerVolume exec ~/.local/bin/volume down bindsym XF86AudioMute exec ~/.local/bin/volume toggle - #HHKB + # HHKB bindsym $mod+equal exec ~/.local/bin/volume up bindsym $mod+minus exec ~/.local/bin/volume down bindsym $mod+backslash exec ~/.local/bin/volume toggle @@ -144,7 +144,7 @@ with neotheme.colors; # Brightness bindsym XF86MonBrightnessDown exec brightnessctl -q set 10%- bindsym XF86MonBrightnessUp exec brightnessctl -q set 10%+ - + # Screenshot bindsym $mod+Print exec grimshot copy area bindsym Print exec grimshot copy active @@ -183,10 +183,10 @@ with neotheme.colors; set $muted #4d698f # class border backgr text indicator - client.focused $primary $primary $color0 $color5 - client.focused_inactive $muted $muted $color0 $color5 - client.unfocused $muted $muted $color7 $color5 - client.urgent $color10 $color10 $color0 $color5 + client.focused $primary $primary $color0 $primary + client.focused_inactive $muted $muted $color0 $muted + client.unfocused $muted $muted $color7 $muted + client.urgent $color10 $color10 $color0 $color10 output "*" bg #545454 solid_color output "*" scale 1 output "*" scale_filter nearest |