|
@@ -33,14 +33,9 @@ floating_modifier $mod
|
|
|
exec feh --bg-scale ~/.config/i3/background.png
|
|
|
|
|
|
#exec --no-startup-id betterlockscreen -w
|
|
|
-#exec --no-startup-id fish /home/aria/tmuxify.sh
|
|
|
#bindsym $mod+shift+x exec --no-startup-id betterlockscreen -l dimblur
|
|
|
# binds
|
|
|
bindsym $mod+Return exec --no-startup-id kitty
|
|
|
-bindsym $mod+a exec --no-startup-id fish -c emacs
|
|
|
-bindsym $mod+e exec --no-startup-id fish -c rofimoji
|
|
|
-bindsym $mod+p exec --no-startup-id fish -c "i3-quickterm shell"
|
|
|
-bindsym $mod+w exec --no-startup-id qutebrowser
|
|
|
bindsym $mod+space exec --no-startup-id rofi-pass
|
|
|
bindsym $mod+shift+space exec --no-startup-id rofi-pass --insert
|
|
|
bindsym Print exec --no-startup-id spectacle
|
|
@@ -90,9 +85,9 @@ bindsym $mod+s split v
|
|
|
bindsym $mod+f fullscreen toggle
|
|
|
|
|
|
# change container layout (stacked, tabbed, toggle split)
|
|
|
-# bindsym $mod+s layout stacking
|
|
|
-# bindsym $mod+w layout tabbed
|
|
|
-# bindsym $mod+e layout toggle split
|
|
|
+#bindsym $mod+s layout stacking
|
|
|
+bindsym $mod+w layout tabbed
|
|
|
+bindsym $mod+e layout toggle split
|
|
|
|
|
|
# toggle tiling / floating
|
|
|
# bindsym $mod+Shift+space floating toggle
|
|
@@ -151,7 +146,7 @@ bindsym $mod+Shift+r restart
|
|
|
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
|
|
|
+ position bottom
|
|
|
status_command i3status
|
|
|
}
|
|
|
# resize window (you can also use the mouse for that)
|
|
@@ -180,23 +175,10 @@ mode "resize" {
|
|
|
}
|
|
|
|
|
|
bindsym $mod+r mode "resize"
|
|
|
-#smart_borders on
|
|
|
-#exec_always --no-startup-id ~/.config/i3/polybar.sh
|
|
|
exec --no-startup-id compton &
|
|
|
-
|
|
|
-gaps inner 3
|
|
|
-gaps outer 3
|
|
|
-gaps horizontal 3
|
|
|
-gaps vertical 3
|
|
|
-gaps top 3
|
|
|
-gaps right 3
|
|
|
-gaps bottom 3
|
|
|
-gaps left 3
|
|
|
-
|
|
|
-# Global gaps size
|
|
|
-# gaps inner 10 gaps outer 15
|
|
|
+gaps inner 5 gaps outer 5
|
|
|
for_window [class="^.*"] border pixel 3
|
|
|
-assign [class="discord"] $ws3
|
|
|
+client.focused #4c7899 #285577 #ffffff #2e9ef4 #FF0000
|
|
|
|
|
|
exec --no-startup-id xrdb ~/.Xresources
|
|
|
|