diff options
author | sefidel <contact@sefidel.net> | 2022-02-15 22:35:16 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-15 22:35:16 +0900 |
commit | 65d49016167097fb352356c6993ea4a1ab1a64d4 (patch) | |
tree | 2f71c77e053481f022a68882223927d9dd814452 /home/profiles/base | |
parent | ea0560c9780ff9fde7109e54dd51b744056af4c0 (diff) | |
download | nixrc-65d49016167097fb352356c6993ea4a1ab1a64d4.tar.gz nixrc-65d49016167097fb352356c6993ea4a1ab1a64d4.zip |
feat(home/base): disable split indicator
Diffstat (limited to 'home/profiles/base')
-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 |