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 $prev bracketleft
|
||||||
set $next bracketright
|
set $next bracketright
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
set $term kitty
|
set $term foot
|
||||||
set $term_session kitty --session ~/.config/kitty/session.conf
|
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# 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.
|
# on the original workspace that the command was run on.
|
||||||
|
@ -87,7 +86,6 @@ input "type:keyboard" {
|
||||||
#
|
#
|
||||||
# Start a terminal
|
# Start a terminal
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
bindsym $mod+Shift+Return exec $term_session
|
|
||||||
|
|
||||||
# Kill focused window
|
# Kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
Loading…
Reference in a new issue