aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-02-19 21:07:02 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-02-19 21:07:02 +0100
commit867d44839c567ed41f445bbbefaff5e8ea583b52 (patch)
treef1343138a1a31caab509584de4d767a00fc2a64e
parent386939b61d8169b7aa3765c6110f052bc69703d2 (diff)
downloaddotfiles-867d44839c567ed41f445bbbefaff5e8ea583b52.tar.gz
Switch back to termite
-rw-r--r--i3/config7
1 files changed, 4 insertions, 3 deletions
diff --git a/i3/config b/i3/config
index 46cdb8a..ff44966 100644
--- a/i3/config
+++ b/i3/config
@@ -7,9 +7,9 @@ font pango:monospace 9
floating_modifier $mod
# start a terminal
-bindsym $mod+Return exec "alacritty -t termite"
+bindsym $mod+Return exec "termite -t termite"
#bindsym $mod+Return exec "xterm"
-bindsym $mod+Shift+Return exec "alacritty -t termite_floating"
+bindsym $mod+Shift+Return exec "termite -t termite_floating"
#start ranger
bindsym $mod+o exec "dolphin"
@@ -54,7 +54,7 @@ for_window [class="steam_app_1182480"] floating enable
for_window [title="termite_floating"] floating enable
for_window [title="termite_floating"] resize set 1000 700
-for_window [title="Nextcloud"] floating enable
+for_window [class="Nextcloud"] floating enable
# change focus
@@ -244,3 +244,4 @@ bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 -fps 30 # inc
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 -fps 30 # decrease screen brightness
exec --no-startup-id "launch_polybar.sh"
+exec --no-startup-id "autotiling"