summaryrefslogtreecommitdiff
path: root/.config/i3/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3/config')
-rw-r--r--.config/i3/config15
1 files changed, 8 insertions, 7 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 702fb7b7..e20d1df3 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -62,10 +62,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
@@ -91,7 +92,7 @@ mode "C-i-" {
mode "default"
# go to sleep -- xss-lock will lock screen
- bindsym Shift+l exec systemctl suspend, mode "default"
+ bindsym Ctrl+l exec systemctl suspend, mode "default"
# kill focused window
# Unlike in sway config we don't send USR1 to i3status-wrapper because
@@ -101,7 +102,7 @@ mode "C-i-" {
bindsym k kill, mode "default"
# start dmenu (a program launcher)
- bindsym Shift+p exec dmenu_run \
+ bindsym Ctrl+p exec dmenu_run \
-nf '#000000' -nb '#FFFFF6' -sb '#B4EEB4' -sf '#000000', \
mode "default"
@@ -223,14 +224,14 @@ mode "C-i-" {
# reload the configuration file -- useful simply to reexecute
# startup scripts
- bindsym c reload; \
+ bindsym Ctrl+Mod1+c reload; \
exec --no-startup-id ~/src/dotfiles/scripts/desktop/i3-startup-always, \
mode "default"
# restart i3 inplace (preserves your layout/session, can be
# used to upgrade i3)
- bindsym Ctrl+Shift+r restart, mode "default"
+ bindsym Ctrl+Mod1+r restart, mode "default"
# exit i3 (logs you out of your X session)
- bindsym Ctrl+Shift+e exec "i3-nagbar -t warning \
+ bindsym Ctrl+Mod1+Shift+e exec "i3-nagbar -t warning \
-m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' \
-b 'Yes, exit i3' 'i3-msg exit'", mode "default"