make pcmanfm floating
This commit is contained in:
parent
647850726d
commit
d7bf1d88c9
3 changed files with 5 additions and 3 deletions
|
@ -325,6 +325,7 @@ for_window [title="galculator"] floating enable border normal
|
||||||
for_window [title="Verbindungsinformationen"] floating enable border normal
|
for_window [title="Verbindungsinformationen"] floating enable border normal
|
||||||
for_window [title="Lautstärkeregler"] floating enable border normal
|
for_window [title="Lautstärkeregler"] floating enable border normal
|
||||||
for_window [title="Freundesliste"] floating enable border normal
|
for_window [title="Freundesliste"] floating enable border normal
|
||||||
|
for_window [app_id="pcmanfm"] floating enable
|
||||||
|
|
||||||
# Einstellungen Fensterverhalten für bestimmte Programme im Terminal
|
# Einstellungen Fensterverhalten für bestimmte Programme im Terminal
|
||||||
for_window [class="Alpine"] floating enable border none
|
for_window [class="Alpine"] floating enable border none
|
||||||
|
|
|
@ -365,6 +365,7 @@ for_window [app_id="blueman-manager"] resize set 1000 600
|
||||||
for_window [app_id="pavucontrol"] floating enable
|
for_window [app_id="pavucontrol"] floating enable
|
||||||
for_window [app_id="pavucontrol"] resize set 1000 600
|
for_window [app_id="pavucontrol"] resize set 1000 600
|
||||||
for_window [app_id="org.gnome.Nautilus"] floating enable
|
for_window [app_id="org.gnome.Nautilus"] floating enable
|
||||||
|
for_window [app_id="pcmanfm-qt"] floating enable
|
||||||
for_window [app_id="gnome-system-monitor"] floating enable; resize shrink down 100px; resize shrink up 100px
|
for_window [app_id="gnome-system-monitor"] floating enable; resize shrink down 100px; resize shrink up 100px
|
||||||
for_window [app_id="wdisplays"] floating enable
|
for_window [app_id="wdisplays"] floating enable
|
||||||
for_window [app_id="wdisplays"] resize set 1000 600
|
for_window [app_id="wdisplays"] resize set 1000 600
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
"keyboard-state": {
|
"keyboard-state": {
|
||||||
"numlock": true,
|
"numlock": true,
|
||||||
"capslock": true,
|
"capslock": true,
|
||||||
"format": "{name} {icon}",
|
"format": "{name} {icon} ",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"locked": "",
|
"locked": "",
|
||||||
"unlocked": ""
|
"unlocked": ""
|
||||||
|
@ -148,7 +148,7 @@
|
||||||
"warning": 30,
|
"warning": 30,
|
||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"format": "{capacity}% {icon}",
|
"format": "{capacity}% {icon} ",
|
||||||
"format-charging": "{capacity}% ",
|
"format-charging": "{capacity}% ",
|
||||||
"format-plugged": "{capacity}% ",
|
"format-plugged": "{capacity}% ",
|
||||||
"format-alt": "{time} {icon}",
|
"format-alt": "{time} {icon}",
|
||||||
|
@ -211,4 +211,4 @@
|
||||||
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
|
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
|
||||||
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
|
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue