From 36f9b2ce932d861d67b979be9708bbfb14d3c159 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 24 Oct 2021 15:08:04 +0200 Subject: [PATCH] i3: remove keybindings for reload/restart I am seldomly using them. --- config | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config b/config index 51a47bf..bd2a7a4 100644 --- a/config +++ b/config @@ -121,10 +121,6 @@ bindsym $mod+Shift+0 move container to workspace number 10 bindsym $mod+Shift+o move workspace to output right bindsym $mod+Shift+n nop "move-to-new-workspace" -# reload/restart -bindsym $mod+Shift+c exec --no-startup-id exec systemctl --user reload --no-block i3.service -bindsym $mod+Shift+r restart - # lock screen bindsym XF86ScreenSaver exec --no-startup-id exec xset s activate bindsym $mod+Delete exec --no-startup-id exec xset s activate