Commit 5ca8b17d authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Added special full screen floating mode (i3 fullscreen has slight transparency...

Added special full screen floating mode (i3 fullscreen has slight transparency with chromium video that I don't like).
parent 6dac2c33
......@@ -182,6 +182,8 @@ bindsym $mod+Shift+z split h, layout tabbed, focus left, move right, focus right
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
bindsym $mod+Mod1+f floating enable;move position 0px 0px;resize set 1920 1080;border none
bindsym $mod+space focus parent; fullscreen toggle; focus child
bindsym --whole-window $mod+button8 fullscreen toggle
......@@ -189,7 +191,7 @@ bindsym --whole-window $mod+button8 fullscreen toggle
bindsym $mod+bracketright exec xrandr -s 1280x720
bindsym $mod+backslash exec xrandr -s 1920x1080
# toggle tiling / floating
# toggle tiling / floating focus
bindsym $mod+Shift+space floating toggle
# change focus between tiling / floating windows
......@@ -421,7 +423,7 @@ bindsym $mod+Mod1+k resize shrink height 100 px or 10 ppt
bindsym $mod+Mod1+l resize grow width 100 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+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
# Color palette used for the terminal ( ~/.Xresources file )
......
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