sway: Use foot as default terminal
This commit is contained in:
parent
3f5bf6d4d1
commit
d8e6f1d380
1 changed files with 1 additions and 3 deletions
|
@ -9,8 +9,7 @@ set $mod Mod4
|
|||
set $prev bracketleft
|
||||
set $next bracketright
|
||||
# Your preferred terminal emulator
|
||||
set $term kitty
|
||||
set $term_session kitty --session ~/.config/kitty/session.conf
|
||||
set $term foot
|
||||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
# on the original workspace that the command was run on.
|
||||
|
@ -87,7 +86,6 @@ input "type:keyboard" {
|
|||
#
|
||||
# Start a terminal
|
||||
bindsym $mod+Return exec $term
|
||||
bindsym $mod+Shift+Return exec $term_session
|
||||
|
||||
# Kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
|
Loading…
Reference in a new issue