feat(sway): use foot instead of footclient by default
This commit is contained in:
parent
9bb97c3706
commit
bb14371e92
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,7 @@ set $down j
|
||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
|
|
||||||
set $term footclient
|
set $term foot
|
||||||
set $browser firefox
|
set $browser firefox
|
||||||
set $lock swaylock
|
set $lock swaylock
|
||||||
set $rofi_cmd rofi -terminal '$term'
|
set $rofi_cmd rofi -terminal '$term'
|
||||||
|
@ -22,7 +22,6 @@ seat * hide_cursor when-typing enable
|
||||||
floating_modifier $mod normal
|
floating_modifier $mod normal
|
||||||
|
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
bindsym $mod+Alt+Return exec foot # fallback terminal
|
|
||||||
bindsym $mod+i exec $browser
|
bindsym $mod+i exec $browser
|
||||||
bindsym $mod+Shift+y exec $lock
|
bindsym $mod+Shift+y exec $lock
|
||||||
bindsym $mod+d exec $menu
|
bindsym $mod+d exec $menu
|
||||||
|
|
Loading…
Reference in a new issue