mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
Switching back to standard picom.
This commit is contained in:
@@ -712,10 +712,10 @@ floating_layout = layout.Floating(float_rules=[
|
||||
# default_float_rules include: utility, notification, toolbar, splash, dialog,
|
||||
# file_progress, confirm, download and error.
|
||||
,*layout.Floating.default_float_rules,
|
||||
Match(title='Confirmation'), # tastyworks exit box
|
||||
Match(title='Qalculate!'), # qalculate-gtk
|
||||
Match(wm_class='kdenlive'), # kdenlive
|
||||
Match(wm_class='pinentry-gtk-2'), # GPG key password entry
|
||||
Match(title='Confirmation'), # tastyworks exit box
|
||||
Match(title='Qalculate!'), # qalculate-gtk
|
||||
Match(wm_class='kdenlive'), # kdenlive
|
||||
Match(wm_class='pinentry-gtk-2'), # GPG key password entry
|
||||
])
|
||||
auto_fullscreen = True
|
||||
focus_on_window_activation = "smart"
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Using bash in the shebang rather than /bin/sh, which should
|
||||
# be avoided as non-POSIX shell users (fish) may experience errors.
|
||||
|
||||
lxsession &
|
||||
picom --experimental-backends &
|
||||
picom &
|
||||
nitrogen --restore &
|
||||
urxvtd -q -o -f &
|
||||
/usr/bin/emacs --daemon &
|
||||
volumeicon &
|
||||
nm-applet &
|
||||
|
||||
@@ -570,10 +570,10 @@ floating_layout = layout.Floating(float_rules=[
|
||||
# default_float_rules include: utility, notification, toolbar, splash, dialog,
|
||||
# file_progress, confirm, download and error.
|
||||
*layout.Floating.default_float_rules,
|
||||
Match(title='Confirmation'), # tastyworks exit box
|
||||
Match(title='Qalculate!'), # qalculate-gtk
|
||||
Match(wm_class='kdenlive'), # kdenlive
|
||||
Match(wm_class='pinentry-gtk-2'), # GPG key password entry
|
||||
Match(title='Confirmation'), # tastyworks exit box
|
||||
Match(title='Qalculate!'), # qalculate-gtk
|
||||
Match(wm_class='kdenlive'), # kdenlive
|
||||
Match(wm_class='pinentry-gtk-2'), # GPG key password entry
|
||||
])
|
||||
auto_fullscreen = True
|
||||
focus_on_window_activation = "smart"
|
||||
|
||||
Reference in New Issue
Block a user