Exec blueman-manager
parent
89aaf68913
commit
a8f737337c
.config
bootstrap/config.d
i3
config.d
|
@ -1 +1 @@
|
||||||
gddccontrol
|
gddccontrol
|
||||||
|
|
|
@ -20,6 +20,7 @@ bindsym XF86AudioNext exec --no-startup-id playerctl next
|
||||||
bindsym Shift+XF86AudioPrev exec --no-startup-id playerctl position 3-
|
bindsym Shift+XF86AudioPrev exec --no-startup-id playerctl position 3-
|
||||||
bindsym Shift+XF86AudioNext exec --no-startup-id playerctl position 3+
|
bindsym Shift+XF86AudioNext exec --no-startup-id playerctl position 3+
|
||||||
|
|
||||||
|
exec solaar
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
# BINDINGS FOR STARTING PROGRAMS
|
# BINDINGS FOR STARTING PROGRAMS
|
||||||
|
@ -42,3 +43,4 @@ bindsym Pause exec --no-startup-id bluetooth-autoconnect
|
||||||
# Scratchpad
|
# Scratchpad
|
||||||
for_window [class="Pianoteq STAGE"] floating enable, move position center
|
for_window [class="Pianoteq STAGE"] floating enable, move position center
|
||||||
assign [class="Pianoteq STAGE"] → number 6
|
assign [class="Pianoteq STAGE"] → number 6
|
||||||
|
for_window [class="solaar"] move scratchpad
|
||||||
|
|
|
@ -275,6 +275,7 @@ for_window [class="Signal" window_type="normal"] move scratchpad
|
||||||
for_window [class="Telegram"] move scratchpad
|
for_window [class="Telegram"] move scratchpad
|
||||||
# we don't use class="Thunderbird" to not move windows like "MsgCompose" to scratchpad : only the main window will be in scratchpad
|
# we don't use class="Thunderbird" to not move windows like "MsgCompose" to scratchpad : only the main window will be in scratchpad
|
||||||
for_window [instance="Mail"] move scratchpad
|
for_window [instance="Mail"] move scratchpad
|
||||||
|
for_window [class="blueman-manager"] move scratchpad
|
||||||
for_window [instance="helvum"] floating enable, move scratchpad
|
for_window [instance="helvum"] floating enable, move scratchpad
|
||||||
for_window [instance="pavucontrol"] floating enable, move scratchpad
|
for_window [instance="pavucontrol"] floating enable, move scratchpad
|
||||||
# only target main window
|
# only target main window
|
||||||
|
|
Loading…
Reference in New Issue