diff options
| author | Robert Günzler <r@gnzler.io> | 2020-06-01 18:26:13 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-06-01 18:32:20 +0200 |
| commit | e818554a2223fb63fc302783ad496a06858ab0a2 (patch) | |
| tree | 6b30edd65f5c5c82bf21d6ca755c9b161940975f /.config/sway/hibiki | |
| parent | 0a580b1f7569f33b50e776d84210e2fcfe6ea157 (diff) | |
sway: reorder environment file + kanshi reload on start
Diffstat (limited to '.config/sway/hibiki')
| -rw-r--r-- | .config/sway/hibiki | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.config/sway/hibiki b/.config/sway/hibiki index 37345c2..5a61f59 100644 --- a/.config/sway/hibiki +++ b/.config/sway/hibiki @@ -3,12 +3,12 @@ set $laptop eDP-1 set $desk "Dell Inc. DELL U2518D 3C4YP87AAK3L" -# output * scale 1 - font pango:Iosevka Sparkle 12 +output * scale 1 output * max_render_time 1 output * adaptive_sync on + # for_window [app_id=Alacritty] max_render_time 2 # for_window [app_id=firefox] max_render_time 3 # seat * hide_cursor 2000 @@ -29,5 +29,8 @@ exec swayidle -w \ before-sleep 'lock' \ lock lock +exec_always kanshictl reload + +# clampshell mode? #bindswitch --locked lid:on output $laptop disable #bindswitch --locked lid:off output $laptop enable |