Commit 1240e933 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Tweak to window transparency shortcuts. Also, another tweak for spotify window sizing.

parent c03f0d16
......@@ -133,9 +133,9 @@ bindsym $mod+space focus mode_toggle
bindsym $mod+Shift+s sticky toggle;exec notify-send 'sticky windows toggled'
# window transparency adjustment (and alias to restart compton)
bindsym $mod+Mod1+z exec transset-df -a --min 0.25 --dec 0.25
bindsym $mod+Mod1+z exec transset-df -a --min 0.20 --dec 0.20
bindsym $mod+Mod1+Shift+z exec transset-df -a --min 0.1 --dec 0.1
bindsym $mod+Mod1+x exec transset-df -a --inc 0.25
bindsym $mod+Mod1+x exec transset-df -a --inc 0.20
bindsym $mod+Mod1+Shift+x exec transset-df -a --inc 0.1
bindsym $mod+Mod1+c exec --no-startup-id "pkill compton; compton -b"
......@@ -303,7 +303,7 @@ bindsym $mod+Mod1+Shift+Right resize grow width 10 px or 10 ppt
# "netflix" and "spotify" modes
bindsym $mod+Mod1+n floating enable;sticky enable;resize set 612 343;border none
bindsym $mod+Mod1+m floating enable;sticky enable;resize set 795 74;border none
bindsym $mod+Mod1+m floating enable;sticky enable;resize set 791 70;border none
# Autostart applications
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