From 99814c6462e8bc34d545818ca7521cb412ebc180 Mon Sep 17 00:00:00 2001 From: Adam Shamblin Date: Sat, 19 Mar 2022 22:47:23 -0600 Subject: [PATCH] Add new bindings --- i3/i3.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/i3/i3.conf b/i3/i3.conf index f1ea828..ccb4a2b 100644 --- a/i3/i3.conf +++ b/i3/i3.conf @@ -24,7 +24,7 @@ set $mod Mod4 # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork +exec --no-startup-id xss-lock --transfer-sleep-lock -- slock --nofork # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. @@ -177,6 +177,11 @@ mode "resize" { bindsym $mod+r mode "resize" +bindsym 0xff61 exec screenshot.sh +for_window [class="Display-im6.q16"] floating enable + +bindsym --release $mod+Pause exec --no-startup-id slock + # Theming, ala Gruvbox font pango:Exo 2:style=Regular 8 -- 2.39.5