added dmenu desktop and use dex for autostarting

This commit is contained in:
Thies Lennart Alff 2022-11-05 15:45:29 +01:00
parent 40bb50d8c5
commit 061317adf8
2 changed files with 4 additions and 6 deletions

View file

@ -30,7 +30,7 @@ exec "xrandr --dpi 144"
exec --no-startup-id "nitrogen --restore" exec --no-startup-id "nitrogen --restore"
# dex could be used for autostarting applications. not used right now # 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 # autostart hotkey daemon
exec_always --no-startup-id sxhkd -c $HOME/.config/sxhkd/sxhkdrc 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+Return exec "konsole --hide-menubar"
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
bindsym $mod+d exec dmenu_run
bindsym $mod+Shift+c reload bindsym $mod+Shift+c reload
bindsym $mod+Shift+r restart bindsym $mod+Shift+r restart
set $mode_exit exit: [l]ock, l[o]gout, [r]eboot, [s]hutdown set $mode_exit exit: [l]ock, l[o]gout, [r]eboot, [s]hutdown
@ -90,10 +89,6 @@ bindsym $mod+x [urgent=latest] focus
# autostart # autostart
set $messenger_workspace "10" 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="^TelegramDesktop$"] $messenger_workspace
assign [class="^Slack$"] $messenger_workspace assign [class="^Slack$"] $messenger_workspace
assign [class="^firefox$"] "1" assign [class="^firefox$"] "1"
exec --no-startup-id keepassxc

View file

@ -9,3 +9,6 @@ super + {_, shift +, ctrl +} {h, j, k, l}
# resize mode # resize mode
super + r: {h, j, k, l} super + r: {h, j, k, l}
i3-msg resize {shrink width, grow height, shrink height, grow width} 10 px or 10 ppt 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}"