X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/118fb6e074a9e7ebf94fa5fd6c000d44b76fd403..d8be64bafb9462ef1d2a72b079a0c02fc6b3997e:/xdg/i3/config diff --git a/xdg/i3/config b/xdg/i3/config index 32327eb..8e78bfc 100644 --- a/xdg/i3/config +++ b/xdg/i3/config @@ -121,9 +121,6 @@ bindsym $mod+Shift+8 move container to workspace 8 bindsym $mod+Shift+9 move container to workspace 9 Bindsym $mod+Shift+0 move container to workspace 10 -# rename current window -bindsym $mod+t --no-startup-id xrename - # reload the configuration file bindsym $mod+Shift+c reload # restart i3 inplace @@ -135,11 +132,6 @@ bindsym $mod+Shift+e exec --no-startup-id i3-nagbar -t warning -m Exit? -b Yes ' bindcode 198 exec --no-startup-id rotate set normal bindcode 204 exec --no-startup-id rotate right -# volume buttons -bindsym XF86AudioMute exec --no-startup-id mixer vol 0 -bindsym XF86AudioLowerVolume exec --no-startup-id mixer vol -5 -bindsym XF86AudioRaiseVolume exec --no-startup-id mixer vol +5 - # move and resize [floating] windows mode "translate" { bindsym $left resize shrink width 20 px @@ -198,12 +190,15 @@ mode "translate" { } bindsym $mod+r mode "translate" +# windows +for_window [class="Gsimplecal"] floating enable +for_window [class="XMixer"] floating enable + # borders hide_edge_borders smart new_window pixel 1 gaps inner 6 smart_gaps on -for_window [class="Gsimplecal"] floating enable # misc workspace_auto_back_and_forth yes