mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-01 00:30:58 +02:00
Move max render time to only work on home pc
This commit is contained in:
parent
8e303d41f1
commit
d45c00c649
@ -35,7 +35,6 @@ set $menu rofi -show combi -modes combi -combi-modes "drun,run" -show-icons -nor
|
|||||||
# Default wallpaper (more resolutions are available in __DATADIR__/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in __DATADIR__/backgrounds/sway/)
|
||||||
output * bg $bg tile
|
output * bg $bg tile
|
||||||
|
|
||||||
output * max_render_time 6
|
|
||||||
|
|
||||||
# Default autostart workspace
|
# Default autostart workspace
|
||||||
set $chat_workspace 9
|
set $chat_workspace 9
|
||||||
@ -97,6 +96,9 @@ bindsym Scroll_Lock exec $lockcmd
|
|||||||
# Alt+Tab window switcher
|
# Alt+Tab window switcher
|
||||||
bindsym Alt+Tab exec ~/.bin/switch_window.py
|
bindsym Alt+Tab exec ~/.bin/switch_window.py
|
||||||
|
|
||||||
|
bindsym $mod+c exec ~/code/krakul/internal/cutool/contrib/rofi_time_tracker.py
|
||||||
|
|
||||||
|
|
||||||
# Hack that adds a emoji to all window titles so that title height is somewhat constant
|
# Hack that adds a emoji to all window titles so that title height is somewhat constant
|
||||||
# You can read mode about this here https://github.com/swaywm/sway/issues/3114
|
# You can read mode about this here https://github.com/swaywm/sway/issues/3114
|
||||||
for_window [title=".*"] title_format ▪️ %title
|
for_window [title=".*"] title_format ▪️ %title
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Home desktop computer
|
# Home desktop computer
|
||||||
|
|
||||||
|
output * max_render_time 6
|
||||||
|
|
||||||
set $right_disp "Dell Inc. DELL U2715H GH85D66Q08QS"
|
set $right_disp "Dell Inc. DELL U2715H GH85D66Q08QS"
|
||||||
output $right_disp pos 2560 0
|
output $right_disp pos 2560 0
|
||||||
set $left_disp "Dell Inc. DELL S2721DGF 8SVBP83"
|
set $left_disp "Dell Inc. DELL S2721DGF 8SVBP83"
|
||||||
|
Loading…
Reference in New Issue
Block a user