Revert terminal key combination to hard-coded value due to breakage.
This commit is contained in:
parent
78fbd49509
commit
e937ecb99d
@ -3,7 +3,7 @@
|
|||||||
# Copyright 2022 Inference
|
# Copyright 2022 Inference
|
||||||
# License: BSD 3-Clause Clear
|
# License: BSD 3-Clause Clear
|
||||||
|
|
||||||
# 0.0.0.0
|
# 0.0.1.1
|
||||||
|
|
||||||
|
|
||||||
# Set Mod key.
|
# Set Mod key.
|
||||||
@ -19,7 +19,7 @@ bindsym $mod+Shift+r restart
|
|||||||
bindsym $mod+Shift+e exec swaynag -t warning -m 'Exit Sway?' -b 'Yes' 'swaymsg exit'
|
bindsym $mod+Shift+e exec swaynag -t warning -m 'Exit Sway?' -b 'Yes' 'swaymsg exit'
|
||||||
|
|
||||||
# Start terminal.
|
# Start terminal.
|
||||||
bindsym $mod+Return exec $TERM
|
bindsym $mod+Return exec alacritty
|
||||||
|
|
||||||
# Kill focused window.
|
# Kill focused window.
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
Loading…
x
Reference in New Issue
Block a user