From 061317adf8e067ebba47ac164981f0762ba30007 Mon Sep 17 00:00:00 2001 From: Thies Lennart Alff Date: Sat, 5 Nov 2022 15:45:29 +0100 Subject: [PATCH] added dmenu desktop and use dex for autostarting --- i3/config | 7 +------ sxhkd/sxhkdrc | 3 +++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/i3/config b/i3/config index 2da2e18..0800e3e 100644 --- a/i3/config +++ b/i3/config @@ -30,7 +30,7 @@ exec "xrandr --dpi 144" exec --no-startup-id "nitrogen --restore" # dex could be used for autostarting applications. not used right now -# exec --no-startup-id dex --autostart --environment i3 +exec --no-startup-id dex --autostart --environment i3 # autostart hotkey daemon exec_always --no-startup-id sxhkd -c $HOME/.config/sxhkd/sxhkdrc @@ -46,7 +46,6 @@ bindsym $mod+Ctrl+Shift+l exec --no-startup-id $locker bindsym $mod+Return exec "konsole --hide-menubar" bindsym $mod+Shift+q kill -bindsym $mod+d exec dmenu_run bindsym $mod+Shift+c reload bindsym $mod+Shift+r restart set $mode_exit exit: [l]ock, l[o]gout, [r]eboot, [s]hutdown @@ -90,10 +89,6 @@ bindsym $mod+x [urgent=latest] focus # autostart set $messenger_workspace "10" -exec --no-startup-id slack -exec --no-startup-id telegram-desktop -exec --no-startup-id firefox assign [class="^TelegramDesktop$"] $messenger_workspace assign [class="^Slack$"] $messenger_workspace assign [class="^firefox$"] "1" -exec --no-startup-id keepassxc diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index f89e174..15ad7b3 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -9,3 +9,6 @@ super + {_, shift +, ctrl +} {h, j, k, l} # resize mode super + r: {h, j, k, l} i3-msg resize {shrink width, grow height, shrink height, grow width} 10 px or 10 ppt + +super + {_, shift +} d + i3-msg "exec --no-startup-id {i3-dmenu-desktop, dmenu_run}"