|
@@ -150,25 +150,25 @@ bindsym $mod+Shift+r restart
|
|
|
# exit i3 (logs you out of your X session)
|
|
|
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
|
|
|
|
|
-#bar {
|
|
|
-# position top
|
|
|
-# status_command i3status
|
|
|
-#}
|
|
|
-
|
|
|
bar {
|
|
|
- font pango:Terminus, FontAwesome 10
|
|
|
position top
|
|
|
- status_command /usr/local/bin/i3status-rs ~/.config/i3/status.toml
|
|
|
- colors {
|
|
|
- separator #666666
|
|
|
- background #222222
|
|
|
- statusline #dddddd
|
|
|
- focused_workspace #0088CC #0088CC #ffffff
|
|
|
- active_workspace #333333 #333333 #ffffff
|
|
|
- inactive_workspace #333333 #333333 #888888
|
|
|
- urgent_workspace #2f343a #900000 #ffffff
|
|
|
- }
|
|
|
+ status_command i3status
|
|
|
}
|
|
|
+
|
|
|
+#bar {
|
|
|
+# font pango:Terminus, FontAwesome 10
|
|
|
+# position top
|
|
|
+# status_command /usr/local/bin/i3status-rs ~/.config/i3/status.toml
|
|
|
+# colors {
|
|
|
+# separator #666666
|
|
|
+# background #222222
|
|
|
+# statusline #dddddd
|
|
|
+# focused_workspace #0088CC #0088CC #ffffff
|
|
|
+# active_workspace #333333 #333333 #ffffff
|
|
|
+# inactive_workspace #333333 #333333 #888888
|
|
|
+# urgent_workspace #2f343a #900000 #ffffff
|
|
|
+# }
|
|
|
+#}
|
|
|
# resize window (you can also use the mouse for that)
|
|
|
mode "resize" {
|
|
|
# These bindings trigger as soon as you enter the resize mode
|
|
@@ -194,6 +194,7 @@ mode "resize" {
|
|
|
bindsym $mod+r mode "default"
|
|
|
}
|
|
|
|
|
|
+
|
|
|
bindsym $mod+r mode "resize"
|
|
|
bindsym $mod+c exec compton --config ~/.config/compton/compton.conf
|
|
|
bindsym $mod+x exec pkill compton
|
|
@@ -202,6 +203,9 @@ gaps inner 5 gaps outer 5
|
|
|
for_window [class="^.*"] border pixel 1
|
|
|
client.focused #4c7899 #285577 #ffffff #2e9ef4 #FF0000
|
|
|
|
|
|
+# Setup Russian layout siwtching with Alt+Shift
|
|
|
+exec --no-startup-id "setxkbmap -model pc105 -layout us,ru -option grp:alt_shift_toggle"
|
|
|
+
|
|
|
exec --no-startup-id xrdb ~/.Xresources
|
|
|
|
|
|
## Volume control
|