aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r--dot_config/i3/config6
1 files changed, 4 insertions, 2 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config
index 949388e..6175134 100644
--- a/dot_config/i3/config
+++ b/dot_config/i3/config
@@ -373,7 +373,8 @@ exec --no-startup-id ~/.screenlayout/builtin-only.sh
373exec --no-startup-id nitrogen --restore 373exec --no-startup-id nitrogen --restore
374 374
375# disable power saving (for example if using xscreensaver) 375# disable power saving (for example if using xscreensaver)
376exec --no-startup-id xset -dpms 376# exec --no-startup-id xset -dpms
377exec --no-startup-id xset dpms 0 0 86400
377 378
378# use xautolock to use autosuspend rules for mobile devices 379# use xautolock to use autosuspend rules for mobile devices
379# https://wiki.archlinux.org/title/Session_lock#xautolock 380# https://wiki.archlinux.org/title/Session_lock#xautolock
@@ -409,9 +410,10 @@ for_window [class="Blueberry.py" instance="blueberry.py"] floating enable
409for_window [class="Bluetooth-sendto" instance="bluetooth-sendto"] floating enable 410for_window [class="Bluetooth-sendto" instance="bluetooth-sendto"] floating enable
410for_window [class="Pamac-manager"] floating enable 411for_window [class="Pamac-manager"] floating enable
411for_window [window_role="About"] floating enable 412for_window [window_role="About"] floating enable
412for_window [class="copyq"] floating enable 413for_window [class="copyq"] floating enable resize set 800 800
413for_window [class="Nm-connection-editor"] floating enable 414for_window [class="Nm-connection-editor"] floating enable
414for_window [class="flameshot"] floating enable 415for_window [class="flameshot"] floating enable
416#for_window [class="TelegramDesktop"] floating enable resize set 800 800
415for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 417for_window [class="TelegramDesktop"] floating enable resize set 1300 1200
416for_window [class="eudic"] floating enable resize set 800 800 418for_window [class="eudic"] floating enable resize set 800 800
417 419
Powered by cgit v1.2.3 (git 2.41.0)