From 867d44839c567ed41f445bbbefaff5e8ea583b52 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 19 Feb 2022 21:07:02 +0100 Subject: Switch back to termite --- i3/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'i3/config') 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" -- cgit v1.2.3