Commit e9a1aeab authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Testing set window resize sizes (10%, 50%, 90%). Mapped to mod+Mod1+u,i,o.

parent 5ca8b17d
......@@ -324,7 +324,6 @@ bindsym $mod+Mod1+Return [title="dropdown-terminal"] move position 0px 0px; resi
for_window [title="Bitwarden"] sticky enable border none
exec --no-startup-id bitwarden
bindsym $mod+o [class="Bitwarden"] scratchpad show
bindsym $mod+Mod1+o [class="Bitwarden"] move position 0px 0px; resize set 960 500
# Application shortcuts
bindsym $mod+Return exec tilix
......@@ -422,6 +421,11 @@ bindsym $mod+Mod1+j resize grow height 100 px or 10 ppt
bindsym $mod+Mod1+k resize shrink height 100 px or 10 ppt
bindsym $mod+Mod1+l resize grow width 100 px or 10 ppt
# predefined sizes (90/10)
bindsym $mod+Mod1+u resize set width 10 ppt
bindsym $mod+Mod1+i resize set width 50 ppt
bindsym $mod+Mod1+o resize set width 90 ppt
# "netflix" and "spotify" modes
bindsym $mod+Mod1+n floating enable;sticky enable;move position 1300px 708px resize set 612 343;border none
bindsym $mod+Mod1+m floating enable;sticky enable;resize set 791 70;border none
......
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