From 3b72aabbffa3ea9d82a2fdac8894295f6815bd5c Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 5 Feb 2020 17:26:43 +0100 Subject: [PATCH] More rofi and suspend/lock --- config | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/config b/config index 67ac029..03b009c 100644 --- a/config +++ b/config @@ -33,6 +33,9 @@ bindsym $mod+Shift+q kill # start dmenu (a program launcher) bindsym $mod+Shift+w exec --no-startup-id rofi -show window bindsym $mod+d exec --no-startup-id rofi -show run +bindsym $mod+Shift+d exec --no-startup-id rofi -show drun +bindsym $mod+Shift+l exec --no-startup-id systemctl suspend +bindsym $mod+l exec --no-startup-id i3lock -c 000000 # bindsym $mod+Shift+d exec dmenu_run # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop # bindsym $mod+d exec --no-startup-id xfce4-popup-whiskermenu @@ -54,10 +57,10 @@ bindsym $mod+Up focus up bindsym $mod+Right focus right # move focused window -bindsym $mod+Shift+j move left -bindsym $mod+Shift+k move down -bindsym $mod+Shift+l move up -bindsym $mod+Shift+odiaeresis move right +# bindsym $mod+Shift+j move left +# bindsym $mod+Shift+k move down +# bindsym $mod+Shift+l move up +# bindsym $mod+Shift+odiaeresis move right # alternatively, you can use the cursor keys: bindsym $mod+Shift+Left move left