From 183a4b8f1c3a560ff9a91edc051dd8d4368215a6 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sat, 2 Oct 2021 23:01:03 +0300 Subject: [PATCH] Remove screenlocker and add keybindings for apps --- i3_config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/i3_config b/i3_config index 51f3a01..481fd85 100644 --- a/i3_config +++ b/i3_config @@ -85,6 +85,7 @@ for_window [class="mpv"] floating enable for_window [class="mpv"] move absolute center for_window [class="Yad"] floating enable for_window [class="Yad"] move absolute center +for_window [class="MuPDF"] floating enable # _ _________ ______ ___ _ _ ____ ___ _ _ ____ ____ @@ -94,8 +95,6 @@ for_window [class="Yad"] move absolute center # |_|\_\_____| |_| |____/___|_| \_|____/___|_| \_|\____|____/ # -# Screenlocker -bindsym $mod+Shift+s exec i3lock -f -i $HOME/Pictures/2b-blurred.png # Bind media keys on a keyboard to control volume and playback bindsym XF86AudioRaiseVolume exec --no-startup-id pamixer -i 5 @@ -188,6 +187,11 @@ bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart +# Open applications with keybindings +bindsym Mod1+r exec alacritty -e ranger +bindsym Mod1+f exec firefox +bindsym Mod1+s exec steam + # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode