diff options
Diffstat (limited to '_linux/i3/config')
| -rw-r--r-- | _linux/i3/config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_linux/i3/config b/_linux/i3/config index 77185ea..ec59f8c 100644 --- a/_linux/i3/config +++ b/_linux/i3/config @@ -162,6 +162,17 @@ bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" + +for_window [class="^firefox$" instance="^Alert$"] floating enable + +workspace "8" output nonprimary +workspace "9" output nonprimary +workspace "10" output nonprimary + +assign [class="^Element$"] 9 +assign [class="^discord$"] 10 + + # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode |
