diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-02-19 21:07:02 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-02-19 21:07:02 +0100 |
commit | 867d44839c567ed41f445bbbefaff5e8ea583b52 (patch) | |
tree | f1343138a1a31caab509584de4d767a00fc2a64e /i3/config | |
parent | 386939b61d8169b7aa3765c6110f052bc69703d2 (diff) | |
download | dotfiles-867d44839c567ed41f445bbbefaff5e8ea583b52.tar.gz |
Switch back to termite
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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" |