sway/i3status: open bluetoothctl, float it
This commit is contained in:
parent
0faf3cfcaa
commit
3057a98b4b
3 changed files with 3 additions and 0 deletions
1
config
1
config
|
@ -274,6 +274,7 @@ 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
|
||||
for_window [title="bluetoothctl"] floating enable
|
||||
|
||||
#
|
||||
# Status Bar:
|
||||
|
|
|
@ -50,6 +50,7 @@ on_click = "$HOME/.config/sway/bin/sway_volume gui"
|
|||
block = "bluetooth"
|
||||
mac = "4C:87:5D:0D:0F:4F"
|
||||
label = " ignorance ii"
|
||||
on_click = "termite -e bluetoothctl"
|
||||
|
||||
[[block]]
|
||||
block = "music"
|
||||
|
|
|
@ -50,6 +50,7 @@ on_click = "$HOME/.config/sway/bin/sway_volume gui"
|
|||
block = "bluetooth"
|
||||
mac = "04:52:C7:C7:C8:DB"
|
||||
label = " ignorance"
|
||||
on_click = "termite -e bluetoothctl"
|
||||
|
||||
[[block]]
|
||||
block = "music"
|
||||
|
|
Loading…
Reference in a new issue