diff options
| author | kkard2 <[email protected]> | 2024-08-05 16:05:38 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-08-05 16:05:38 +0200 |
| commit | 3063a4a562c106e78fd222f698c04a5d448e2aac (patch) | |
| tree | 86761e88cd6941a62115af6120d06aba67c72c7a /_linux | |
| parent | fc21628acd35e67762f37217468cf725a7ec1d44 (diff) | |
i3
Diffstat (limited to '_linux')
| -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 |
