X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/e064bdbfecc18b5cd11a913fec47a682dcb3b5f6..08b0fb0ad623f5bb73299beb12a5d85e47be07ac:/.config/i3/config diff --git a/.config/i3/config b/.config/i3/config index cddbe29..05bc178 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -18,9 +18,9 @@ floating_modifier $mod workspace_layout tabbed # terminal -bindsym $mod+Return exec urxvt -bindsym $mod+Shift+Return exec urxvt -name floating -for_window [class="URxvt" instance="floating"] floating enable +bindsym $mod+Return exec xterm +bindsym $mod+Shift+Return exec xterm -name floating +for_window [class="XTerm" instance="floating"] floating enable # kill focused window (not necessarily its application) bindsym $mod+Shift+w kill @@ -78,8 +78,10 @@ bindsym $mod+e layout toggle split # toggle tiling / floating bindsym $mod+Shift+f floating toggle +bindsym $mod+period floating toggle # toggle tiling / floating focus bindsym $mod+grave focus mode_toggle +bindsym $mod+comma focus mode_toggle # toggle sticky bindsym $mod+shift+s sticky toggle