aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-15 22:35:16 +0900
committersefidel <contact@sefidel.net>2022-02-15 22:35:16 +0900
commit65d49016167097fb352356c6993ea4a1ab1a64d4 (patch)
tree2f71c77e053481f022a68882223927d9dd814452
parentea0560c9780ff9fde7109e54dd51b744056af4c0 (diff)
downloadnixrc-65d49016167097fb352356c6993ea4a1ab1a64d4.zip
feat(home/base): disable split indicator
-rw-r--r--home/profiles/base/config/sway.nix14
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