diff options
author | clarkzjw <[email protected]> | 2023-01-04 20:13:50 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-04 20:13:50 -0800 |
commit | 81251c723343c993709b9cc7baebdb7aaa7cdc32 (patch) | |
tree | f902d65bcfa396800412f0f60c2fca507d573897 /dot_config/i3/config | |
parent | 697c2c26dcbe58cd40ed776b282429e407465a77 (diff) | |
download | dotfiles-81251c723343c993709b9cc7baebdb7aaa7cdc32.tar.gz |
20230104: update i3 config
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r-- | dot_config/i3/config | 6 |
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 | |||
373 | exec --no-startup-id nitrogen --restore | 373 | exec --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) |
376 | exec --no-startup-id xset -dpms | 376 | # exec --no-startup-id xset -dpms |
377 | exec --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 | |||
409 | for_window [class="Bluetooth-sendto" instance="bluetooth-sendto"] floating enable | 410 | for_window [class="Bluetooth-sendto" instance="bluetooth-sendto"] floating enable |
410 | for_window [class="Pamac-manager"] floating enable | 411 | for_window [class="Pamac-manager"] floating enable |
411 | for_window [window_role="About"] floating enable | 412 | for_window [window_role="About"] floating enable |
412 | for_window [class="copyq"] floating enable | 413 | for_window [class="copyq"] floating enable resize set 800 800 |
413 | for_window [class="Nm-connection-editor"] floating enable | 414 | for_window [class="Nm-connection-editor"] floating enable |
414 | for_window [class="flameshot"] floating enable | 415 | for_window [class="flameshot"] floating enable |
416 | #for_window [class="TelegramDesktop"] floating enable resize set 800 800 | ||
415 | for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 | 417 | for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 |
416 | for_window [class="eudic"] floating enable resize set 800 800 | 418 | for_window [class="eudic"] floating enable resize set 800 800 |
417 | 419 | ||