Commit 35ba772c authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Added mode specifically for spotify (set borderless, resizes for small player and makes sticky).

parent 401ebab3
...@@ -116,7 +116,6 @@ bindsym $mod+e layout toggle split ...@@ -116,7 +116,6 @@ bindsym $mod+e layout toggle split
bindsym $mod+Shift+s split toggle; layout stacking;exec notify-send 'sub-stacking layout' bindsym $mod+Shift+s split toggle; layout stacking;exec notify-send 'sub-stacking layout'
bindsym $mod+Shift+w split toggle; layout tabbed; exec notify-send 'sub-tabbed layout' bindsym $mod+Shift+w split toggle; layout tabbed; exec notify-send 'sub-tabbed layout'
# toggle tiling / floating # toggle tiling / floating
bindsym $mod+Shift+space floating toggle bindsym $mod+Shift+space floating toggle
...@@ -296,6 +295,7 @@ bindsym $mod+Mod1+Shift+Right resize grow width 10 px or 10 ppt ...@@ -296,6 +295,7 @@ bindsym $mod+Mod1+Shift+Right resize grow width 10 px or 10 ppt
# "netflix" mode # "netflix" mode
bindsym $mod+Mod1+n floating enable;sticky enable;resize set 656 370;border none bindsym $mod+Mod1+n floating enable;sticky enable;resize set 656 370;border none
bindsym $mod+Mod1+m floating enable;sticky enable;resize set 799 71;border none
# Autostart applications # Autostart applications
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment