diff options
| author | Robert Günzler <r@gnzler.io> | 2020-06-17 18:20:00 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-06-17 18:20:00 +0200 |
| commit | f1f129b483f8b916fa3a44e7897ea9319d82837c (patch) | |
| tree | 30b3099cac619be90dfa90f42332fa399bcacf07 /.config/sway/hibiki | |
| parent | 702fe8b3a87b9b2e3166d8c2d559bb8c5122fc89 (diff) | |
sway: move exec from host config to root config
Diffstat (limited to '.config/sway/hibiki')
| -rw-r--r-- | .config/sway/hibiki | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.config/sway/hibiki b/.config/sway/hibiki deleted file mode 100644 index 5a61f59..0000000 --- a/.config/sway/hibiki +++ /dev/null @@ -1,36 +0,0 @@ -# vim: ft=i3 - -set $laptop eDP-1 -set $desk "Dell Inc. DELL U2518D 3C4YP87AAK3L" - -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 - -bar { - swaybar_command waybar -} - -exec oguri -exec_always ogurictl output --image output $HOME/.background * - -exec redshift -exec mako -exec swayidle -w \ - timeout 540 'lock' \ - timeout 600 'swaymsg "output * dpms off"' \ - resume 'swaymsg "output * dpms on"' \ - 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 |