Updates
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user