Largely cosmetic, mildly functional awesome changes
This commit is contained in:
parent
42d792bd4c
commit
3065fec63f
|
@ -1,5 +1,5 @@
|
|||
local beautiful = require("beautiful")
|
||||
|
||||
-- Gaps between windows
|
||||
beautiful.useless_gap = 3
|
||||
beautiful.useless_gap = 5
|
||||
beautiful.gap_single_client = true
|
|
@ -52,11 +52,13 @@ M.network = {
|
|||
-- DEVELOPERS, DEVELOPERS, DEVELOPERS, DEVELOPERS -------------------
|
||||
M.develop = {
|
||||
{ "vs code" , "flatpak run\
|
||||
com.visualstudio.code" },
|
||||
{ "bless" , "bless" },
|
||||
com.visualstudio.code" },
|
||||
{ "bless" , "bless" },
|
||||
{ "dbeaver studio" , "flatpak run\
|
||||
io.dbeaver.DBeaverCommunity" },
|
||||
{ "beekeeper studio" , "flatpak run\
|
||||
io.beekeeperstudio.Studio" },
|
||||
{ "sqlite browser" , "sqlitebrowser" }
|
||||
io.beekeeperstudio.Studio" },
|
||||
{ "sqlite browser" , "sqlitebrowser" }
|
||||
}
|
||||
|
||||
-- emulators --------------------------------------------------------
|
||||
|
|
|
@ -24,18 +24,23 @@ function _M.get(clientkeys, clientbuttons)
|
|||
buttons = clientbuttons,
|
||||
screen = awful.screen.preferred,
|
||||
placement = awful.placement.no_overlap+awful.placement.no_offscreen
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
-- Floating clients.
|
||||
{ rule_any = {
|
||||
instance = {
|
||||
"copyq", -- Includes session name in class.
|
||||
"pinentry",
|
||||
"pinentry"
|
||||
},
|
||||
class = {
|
||||
"Tor Browser", -- Needs a fixed window size to avoid fingerprinting by screen size.
|
||||
"steamwebhelper",
|
||||
"mate-calc",
|
||||
"steam_app_2060480",
|
||||
"Alacritty",
|
||||
"discord",
|
||||
"Spotify"
|
||||
},
|
||||
|
||||
-- Note that the name property shown in xprop might be set slightly after creation of the client
|
||||
|
@ -43,7 +48,9 @@ function _M.get(clientkeys, clientbuttons)
|
|||
name = {
|
||||
"Friends List",
|
||||
"infinitefusion", -- Pokémon Infinite Fusion
|
||||
"Picture-in-picture"
|
||||
"Picture-in-picture",
|
||||
"review files to import", -- Hydrus import window
|
||||
"Spotify"
|
||||
},
|
||||
role = {
|
||||
"AlarmWindow", -- Thunderbird's calendar.
|
||||
|
|
Loading…
Reference in New Issue