This commit is contained in:
Marco Thomas
2020-09-25 17:53:53 +02:00
parent 24fc842639
commit f72b30a52d
5 changed files with 23 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous
# ======================================== Open Applications
mode "Launcher" {
mode "Open" {
bindsym f exec firefox
bindsym s exec spotify
bindsym d exec Discord
@@ -95,7 +95,18 @@ mode "Launcher" {
bindsym Return mode "default"
}
bindsym $mod+o mode "Launcher"
bindsym $mod+o mode "Open"
# ======================================== Open Applications
mode "Shutdown" {
bindsym s exec shutdown now
bindsym l exec "~/scripts/lock.sh"
bindsym Escape mode "default"
bindsym Return mode "default"
}
bindsym $mod+BackSpace mode "Shutdown"
# ======================================== Workspaces
set $ws1 "1"

View File

@@ -62,6 +62,10 @@ label-urgent = "%icon%"
label-urgent-background = ${colors.urgent}
label-urgent-padding = 1
label-mode-padding = 1
label-mode-background = ${colors.urgent}
label-mode-foreground = ${colors.background}
[module/xwindow]
type = internal/xwindow
label = %title%