From 3063a4a562c106e78fd222f698c04a5d448e2aac Mon Sep 17 00:00:00 2001 From: kkard2 Date: Mon, 5 Aug 2024 16:05:38 +0200 Subject: i3 --- _linux/i3/config | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.3.1