Fix tag preview closing + Update autorun, default layouts, tag-preview theme

This commit is contained in:
Hydroxycarbamide 2023-03-20 13:43:31 +01:00
parent 2401cfcee2
commit 8d0abe603d
6 changed files with 55 additions and 47 deletions

View file

@ -36,6 +36,9 @@ $HOME/.fehbg
# pidof -s "$program" || setsid -f "$program"
#done >/dev/null 2>&1
setxkbmap -option compose:ralt
setxkbmap -option caps:escape
# Updates :
#notify-send -t 8000 "You have $(checkupdates | wc -l) update 📦" &
killall -9 kdeconnect-indicator

View file

@ -31,9 +31,9 @@ tag.connect_signal("request::default_layouts", function()
--awful.layout.suit.fair.horizontal,
--awful.layout.suit.spiral,
awful.layout.suit.spiral.dwindle,
--awful.layout.suit.max,
awful.layout.suit.max,
awful.layout.suit.max.fullscreen,
--awful.layout.suit.magnifier,
awful.layout.suit.magnifier,
--awful.layout.suit.corner.nw,
centered,
equal,

View file

@ -55,7 +55,7 @@ ruled.client.connect_signal("request::rules", function()
"Blueman-manager",
"Gpick",
"Kruler",
"MessageWin", -- kalarm.
"MessageWin", -- kalarm.
"Sxiv",
"Tor Browser", -- Needs a fixed window size to avoid fingerprinting by screen size.
"Wpa_gui",
@ -72,9 +72,9 @@ ruled.client.connect_signal("request::rules", function()
"Event Tester", -- xev.
},
role = {
"AlarmWindow", -- Thunderbird's calendar.
"AlarmWindow", -- Thunderbird's calendar.
"ConfigManager", -- Thunderbird's about:config.
"pop-up", -- e.g. Google Chrome's (detached) Developer Tools.
"pop-up", -- e.g. Google Chrome's (detached) Developer Tools.
}
},
properties = { floating = true }