summaryrefslogtreecommitdiff
path: root/.config/sway/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config17
1 files changed, 9 insertions, 8 deletions
diff --git a/.config/sway/config b/.config/sway/config
index e1a657ae..981e01d5 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -41,10 +41,11 @@ mode "C-i-" {
bindsym e exec emacsclient -ncw15, mode "default"
# override the script's usual logic to start a fresh, non-debug daemon
- bindsym Shift+e exec emacsclient -ncw8 --spw/installed, mode "default"
+ bindsym Ctrl+Mod1+e exec emacsclient -ncw8 --spw/installed, \
+ mode "default"
# special daemon instance for debugging primary instance & Gnus
- bindsym Mod1+e exec emacsclient -ncw8 -sgdbmacs, mode "default"
+ bindsym r exec emacsclient -ncw8 -sgdbmacs, mode "default"
# Fresh Emacs frame and get a shell in HOME. Without this it's
# C-i e M-& which is too many keys esp. compared to C-i DEL
@@ -68,7 +69,7 @@ mode "C-i-" {
bindsym l exec loginctl lock-session, mode "default"
# go to sleep -- swayidle will lock screen
- bindsym --locked Shift+l exec systemctl suspend, mode "default"
+ bindsym --locked Ctrl+l exec systemctl suspend, mode "default"
# kill focused window
bindsym k kill, mode "default"
@@ -78,7 +79,7 @@ mode "C-i-" {
bindsym p exec wofi --show=drun -i, mode "default"
- bindsym Shift+p exec wofi --show=run -i, mode "default"
+ bindsym Ctrl+p exec wofi --show=run -i, mode "default"
bindsym s exec ~/src/dotfiles/scripts/desktop/wofi_ssh, mode "default"
@@ -188,14 +189,14 @@ mode "C-i-" {
bindsym slash exec ~/src/dotfiles/scripts/desktop/wofi_window, mode "default"
# reload the configuration file
- bindsym Ctrl+Shift+c reload, mode "default"
+ bindsym Ctrl+Mod1+c reload, mode "default"
# exit i3 (logs you out of your X session)
- bindsym Ctrl+Shift+e exit
+ bindsym Ctrl+Mod1+Shift+e exit
bindsym g mode "C-i g-"
# bindsym bracketleft exec debian-ftp-master-cut-note, mode "default"
- # bindsym Shift+bracketleft exec xdo-evince-highlight, mode "default"
+ # bindsym Ctrl+bracketleft exec xdo-evince-highlight, mode "default"
# Workspaces do not ever get assigned to particular purposes / windows
# don't get assigned to particular workspaces. If I can't find where
@@ -226,7 +227,7 @@ mode "C-i-" {
bindsym c [con_mark=caffeinated] inhibit_idle none; \
mark --toggle caffeinated; mode "default"
- bindsym Shift+c [con_mark=caffeinated] inhibit_idle none; \
+ bindsym Ctrl+c [con_mark=caffeinated] inhibit_idle none; \
[con_mark=caffeinated] mark --toggle caffeinated; mode "default"
# The two % values are for melete. Cf. `spw/maybe-scale-basic-faces'.