ソースを参照

Back to i3 borders, but more subtle

Colin Powell 5 年 前
コミット
f2c9c7da90
1 ファイル変更2 行追加2 行削除
  1. 2 2
      i3/.config/i3/config

+ 2 - 2
i3/.config/i3/config

@@ -200,8 +200,8 @@ bindsym $mod+c exec compton --config ~/.config/compton/compton.conf
 bindsym $mod+x exec pkill compton
 
 gaps inner 5 gaps outer 5
-for_window [class="^.*"] border pixel 0
-client.focused #4c7899 #285577 #ffffff #2e9ef4 #FF0000
+for_window [class="^.*"] border pixel 1
+client.focused #4c7899 #285577 #ffffff #2e9ef4 #FFFFFF
 
 # Setup Russian layout siwtching with Alt+Shift
 exec --no-startup-id "setxkbmap -model pc105 -layout us,ru,fr -option grp:alt_shift_toggle"