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

Experimenting with layouts.

parent c4e04d4f
......@@ -62,7 +62,7 @@ glx-swap-method = "undefined";
opacity-rule = [
"99:name *?= 'Call'",
"99:class_g = 'Chromium'",
#"99:class_g = 'Chromium'",
"99:name *?= 'Conky'",
"99:class_g = 'Darktable'",
"50:class_g = 'Dmenu'",
......
......@@ -40,6 +40,14 @@ font xft:URWGothic-Book 11
# Use Mouse+$mod to drag floating windows
floating_modifier $mod
bindsym $mod+F4 exec "i3-msg 'append_layout ~/.i3/layout-1.json'"
bindsym $mod+Ctrl+1 exec --no-startup-id xdotool getactivewindow set_window --role 1 windowunmap windowmap
bindsym $mod+Ctrl+2 exec --no-startup-id xdotool getactivewindow set_window --role 2 windowunmap windowmap
bindsym $mod+Ctrl+3 exec --no-startup-id xdotool getactivewindow set_window --role 3 windowunmap windowmap
# start a terminal
bindsym $mod+Return exec terminator
......@@ -264,7 +272,7 @@ for_window [class="Lxappearance"] floating enable sticky enable border normal
for_window [class="Manjaro-hello"] floating enable
for_window [class="Manjaro Settings Manager"] floating enable border normal
for_window [title="MuseScore: Play Panel"] floating enable
for_window [class="Nitrogen"] floating enable sticky enable border normal
#for_window [class="Nitrogen"] floating enable sticky enable border normal
#for_window [class="Oblogout"] fullscreen enable
for_window [class="octopi"] floating enable
for_window [title="About Pale Moon"] floating enable
......
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