Browse Source

Move max render time to only work on home pc

master
Arti Zirk 1 year ago
parent
commit
d45c00c649
  1. 4
      .config/sway/config
  2. 2
      .config/sway/mammut

4
.config/sway/config

@ -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

2
.config/sway/mammut

@ -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…
Cancel
Save