added redshift substitute and added rules for floating windows
This commit is contained in:
parent
87fc3b5c65
commit
3d970d1cac
3 changed files with 22 additions and 1 deletions
|
|
@ -12,6 +12,9 @@ output * scale 1.25
|
||||||
# notification daemon
|
# notification daemon
|
||||||
exec mako
|
exec mako
|
||||||
|
|
||||||
|
# redshift
|
||||||
|
exec wlsunset -l 53.5 -L 10.0
|
||||||
|
|
||||||
# polkit
|
# polkit
|
||||||
exec /usr/bin/lxqt-policykit-agent
|
exec /usr/bin/lxqt-policykit-agent
|
||||||
|
|
||||||
|
|
@ -60,7 +63,7 @@ mode "$mode_resize" {
|
||||||
bindsym {
|
bindsym {
|
||||||
h resize shrink width
|
h resize shrink width
|
||||||
j resize grow height
|
j resize grow height
|
||||||
k reisze shrink height
|
k resize shrink height
|
||||||
l resize grow width
|
l resize grow width
|
||||||
Escape mode "default"
|
Escape mode "default"
|
||||||
}
|
}
|
||||||
|
|
@ -141,3 +144,5 @@ input type:pointer {
|
||||||
client.focused #ca9ee6 #ca9ee6 #ca9ee6 #ea999c #81c8be
|
client.focused #ca9ee6 #ca9ee6 #ca9ee6 #ea999c #81c8be
|
||||||
client.focused_inactive #000000 #000000 #c6d0f5 #ea999c #232634
|
client.focused_inactive #000000 #000000 #c6d0f5 #ea999c #232634
|
||||||
client.unfocused #000000 #000000 #c6d0f5 #ea999c #232634
|
client.unfocused #000000 #000000 #c6d0f5 #ea999c #232634
|
||||||
|
|
||||||
|
floating_modifier $mod
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,15 @@
|
||||||
for_window [app_id="lxqt-policykit-agent"] floating enable
|
for_window [app_id="lxqt-policykit-agent"] floating enable
|
||||||
for_window [title="flameshot" app_id="flameshot"] fullscreen enable global
|
for_window [title="flameshot" app_id="flameshot"] fullscreen enable global
|
||||||
|
|
||||||
|
for_window [window_type="dialog"] floating enable
|
||||||
|
for_window [window_role="dialog"] floating enable
|
||||||
|
|
||||||
|
|
||||||
|
# For pop up notification windows that don't use notifications api
|
||||||
|
for_window [class="zoom" title="^zoom$"] border none, floating enable
|
||||||
|
# For specific Zoom windows
|
||||||
|
for_window [class="zoom" title="^(Zoom|About)$"] border pixel, floating enable
|
||||||
|
for_window [class="zoom" title="Settings"] floating enable, floating_minimum_size 960 x 700
|
||||||
|
for_window [class="zoom" title="Zoom - Licensed account"] floating disable
|
||||||
|
# Open Zoom Meeting windows on a new workspace (a bit hacky)
|
||||||
|
for_window [class="zoom" title="Zoom Meeting(.*)?"] workspace next_on_output --create, move container to workspace current, floating disable, inhibit_idle open
|
||||||
|
|
|
||||||
3
pkglist
3
pkglist
|
|
@ -68,3 +68,6 @@ keepassxc
|
||||||
xorg-xwayland
|
xorg-xwayland
|
||||||
# daemon for disk control
|
# daemon for disk control
|
||||||
udisks2
|
udisks2
|
||||||
|
|
||||||
|
# redshift replacement
|
||||||
|
wlsunset
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue