diff options
| author | Robert Günzler <r@gnzler.io> | 2021-02-22 14:11:33 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 02:09:44 +0200 |
| commit | b0d539bcfd21e07ee589ef8178527f9c83d9dc2f (patch) | |
| tree | 04dcd00dc27522ba220547b6fd6368c63fcd0fad /.config/sway/config | |
| parent | 1219b3ed31221da86dd12fbbe7b1397ce7bc5c95 (diff) | |
s/alacritty/foot
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/sway/config b/.config/sway/config index a6d4521..a03a493 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -19,6 +19,8 @@ exec once swayidle -w \ resume 'swaymsg output \* dpms on' \ before-sleep 'lock' \ lock 'lock' +# spawn foot server +exec once foot -s # for_window [app_id=Alacritty] max_render_time 2 # for_window [app_id=firefox] max_render_time 3 @@ -35,10 +37,9 @@ set $down j set $up k set $right l -set $term alacritty -set $floating_term $term --config-file $HOME/.config/alacritty/launcher.yml --class '__floating-Alacritty' -# set $term foot -# set $floating_term $term --app-id '__floating-term' +set $term footclient +# set $floating_term alacritty --config-file $HOME/.config/alacritty/launcher.yml --class '__floating-Alacritty' +set $floating_term foot -c $HOME/.config/foot/float.ini set $menu menu -drun # set $menu wofi -k /dev/null --terminal $term --show drun set $run_menu menu -run |