From d45c00c64900601dfea7181accfe6eeafeebac53 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Wed, 2 Aug 2023 11:24:18 +0300 Subject: [PATCH] Move max render time to only work on home pc --- .config/sway/config | 4 +++- .config/sway/mammut | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 423c714..1be4086 100644 --- a/.config/sway/config +++ b/.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/) output * bg $bg tile -output * max_render_time 6 # Default autostart workspace set $chat_workspace 9 @@ -97,6 +96,9 @@ bindsym Scroll_Lock exec $lockcmd # Alt+Tab window switcher 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 # You can read mode about this here https://github.com/swaywm/sway/issues/3114 for_window [title=".*"] title_format ▪️ %title diff --git a/.config/sway/mammut b/.config/sway/mammut index d57e5cd..53a2552 100644 --- a/.config/sway/mammut +++ b/.config/sway/mammut @@ -1,5 +1,7 @@ # Home desktop computer +output * max_render_time 6 + set $right_disp "Dell Inc. DELL U2715H GH85D66Q08QS" output $right_disp pos 2560 0 set $left_disp "Dell Inc. DELL S2721DGF 8SVBP83"