mirror of
https://github.com/swaywm/sway.git
synced 2025-01-27 13:28:13 +01:00
Use $term in default config
This commit is contained in:
parent
a436fc17ff
commit
1c4b50894c
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -22,7 +22,7 @@ set $menu dmenu_run
|
||||||
# Basics:
|
# Basics:
|
||||||
#
|
#
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec urxvt
|
bindsym $mod+Return exec $term
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
Loading…
Reference in a new issue