[i3] Set term emulator to kitty in single instance mode
This commit is contained in:
parent
1e7c15ebf9
commit
f6270ee1e3
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ font pango:Hack 8
|
|||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
# bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec kitty --single-instance
|
||||
|
||||
# volume control
|
||||
bindsym XF86AudioRaiseVolume exec amixer -q set Master 1%+ unmute
|
||||
|
|
Loading…
Reference in a new issue