X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/9fddba7955af43f929af79eef04f16e25a69edc9..b83f065887c0b492e92ecf59c46d58586e0abf28:/xdg/i3/config diff --git a/xdg/i3/config b/xdg/i3/config index 32327eb..a37e72e 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,10 +132,11 @@ 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 +# mpc +bindsym XF86AudioPlay exec --no-startup-id mpc -h /var/mpd/socket play +bindsym XF86AudioStop exec --no-startup-id mpc -h /var/mpd/socket pause +bindsym XF86AudioPrev exec --no-startup-id mpc -h /var/mpd/socket cdprev +bindsym XF86AudioNext exec --no-startup-id mpc -h /var/mpd/socket next # move and resize [floating] windows mode "translate" { @@ -198,12 +196,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