sway: add dunst bindings, firefox rule and cosmetics for wofi
This commit is contained in:
parent
e6cd82720d
commit
179c8457a2
1 changed files with 10 additions and 1 deletions
11
config
11
config
|
@ -24,7 +24,8 @@ set $volume_cmd $HOME/.config/sway/bin/sway_volume
|
|||
set $font Cascadia Code PL Regular 10
|
||||
|
||||
# Your preferred application launcher
|
||||
set $menu wofi --show drun
|
||||
set $menu wofi --show drun --prompt applications
|
||||
|
||||
#
|
||||
# Host Specific
|
||||
#
|
||||
|
@ -220,6 +221,13 @@ bindsym $mod+z [con_mark="z"] scratchpad show
|
|||
bindsym $mod+x [con_mark="x"] scratchpad show
|
||||
bindsym $mod+c [con_mark="c"] scratchpad show
|
||||
|
||||
#
|
||||
# Notifications
|
||||
#
|
||||
bindsym $mod+comma exec dunstctl close-all
|
||||
bindsym $mod+period exec dunstctl history-pop
|
||||
|
||||
|
||||
#
|
||||
# Modes
|
||||
#
|
||||
|
@ -249,6 +257,7 @@ for_window [app_id="com.nextcloud.desktopclient.nextcloud"] floating enable
|
|||
for_window [class="feh"] floating enable
|
||||
for_window [app_id=".*"] title_format '<span font_weight="bold">%title</span> <span>(%app_id)</span>'
|
||||
for_window [class=".*"] title_format '<span font_weight="bold">%title</span> <span>(%class:%instance)</span>'
|
||||
for_window [app_id="firefox" title="Firefox - Sharing Indicator"] floating enable; move position 0 0
|
||||
|
||||
#
|
||||
# Status Bar:
|
||||
|
|
Loading…
Reference in a new issue