summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i3.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/i3.conf b/i3.conf
index b9d1b4d4..290cdf83 100644
--- a/i3.conf
+++ b/i3.conf
@@ -41,7 +41,7 @@ set $mod Mod4
floating_modifier $mod
# using plasma's logout screen instead of i3's
-bindsym $mod+shift+e exec --no-startup-id qdbus org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.logout -1 -1 -1
+#bindsym $mod+shift+e exec --no-startup-id qdbus org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.logout -1 -1 -1
# essential applications
bindsym $mod+Return exec i3-sensible-terminal
@@ -56,6 +56,14 @@ bindsym $mod+semicolon exec --no-startup-id nheko
bindsym $mod+y exec --no-startup-id connect-headphones.sh connect
bindsym $mod+shift+y exec --no-startup-id connect-headphones.sh disconnect
+# notifications
+bindsym $mod+n exec dunstctl close
+bindsym $mod+shift+n exec dunstctl history-pop
+bindsym $mod+period exec dunstctl context
+
+# screen locking
+bindsym $mod+shift+slash exec dunstctl set-paused true && xset dpms 5 5 5 && i3lock -n && xset dpms 0 0 0 && dunstctl set-paused false
+
# kill focused window
bindsym $mod+shift+q kill