Compare commits
2 Commits
42d792bd4c
...
3b29e09e65
Author | SHA1 | Date |
---|---|---|
ngoomie | 3b29e09e65 | |
ngoomie | 3065fec63f |
|
@ -1,5 +1,5 @@
|
||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
|
|
||||||
-- Gaps between windows
|
-- Gaps between windows
|
||||||
beautiful.useless_gap = 3
|
beautiful.useless_gap = 5
|
||||||
beautiful.gap_single_client = true
|
beautiful.gap_single_client = true
|
|
@ -52,11 +52,13 @@ M.network = {
|
||||||
-- DEVELOPERS, DEVELOPERS, DEVELOPERS, DEVELOPERS -------------------
|
-- DEVELOPERS, DEVELOPERS, DEVELOPERS, DEVELOPERS -------------------
|
||||||
M.develop = {
|
M.develop = {
|
||||||
{ "vs code" , "flatpak run\
|
{ "vs code" , "flatpak run\
|
||||||
com.visualstudio.code" },
|
com.visualstudio.code" },
|
||||||
{ "bless" , "bless" },
|
{ "bless" , "bless" },
|
||||||
|
{ "dbeaver studio" , "flatpak run\
|
||||||
|
io.dbeaver.DBeaverCommunity" },
|
||||||
{ "beekeeper studio" , "flatpak run\
|
{ "beekeeper studio" , "flatpak run\
|
||||||
io.beekeeperstudio.Studio" },
|
io.beekeeperstudio.Studio" },
|
||||||
{ "sqlite browser" , "sqlitebrowser" }
|
{ "sqlite browser" , "sqlitebrowser" }
|
||||||
}
|
}
|
||||||
|
|
||||||
-- emulators --------------------------------------------------------
|
-- emulators --------------------------------------------------------
|
||||||
|
|
|
@ -24,18 +24,23 @@ function _M.get(clientkeys, clientbuttons)
|
||||||
buttons = clientbuttons,
|
buttons = clientbuttons,
|
||||||
screen = awful.screen.preferred,
|
screen = awful.screen.preferred,
|
||||||
placement = awful.placement.no_overlap+awful.placement.no_offscreen
|
placement = awful.placement.no_overlap+awful.placement.no_offscreen
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Floating clients.
|
-- Floating clients.
|
||||||
{ rule_any = {
|
{ rule_any = {
|
||||||
instance = {
|
instance = {
|
||||||
"copyq", -- Includes session name in class.
|
"copyq", -- Includes session name in class.
|
||||||
"pinentry",
|
"pinentry"
|
||||||
},
|
},
|
||||||
class = {
|
class = {
|
||||||
"Tor Browser", -- Needs a fixed window size to avoid fingerprinting by screen size.
|
"Tor Browser", -- Needs a fixed window size to avoid fingerprinting by screen size.
|
||||||
"steamwebhelper",
|
"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
|
-- 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 = {
|
name = {
|
||||||
"Friends List",
|
"Friends List",
|
||||||
"infinitefusion", -- Pokémon Infinite Fusion
|
"infinitefusion", -- Pokémon Infinite Fusion
|
||||||
"Picture-in-picture"
|
"Picture-in-picture",
|
||||||
|
"review files to import", -- Hydrus import window
|
||||||
|
"Spotify"
|
||||||
},
|
},
|
||||||
role = {
|
role = {
|
||||||
"AlarmWindow", -- Thunderbird's calendar.
|
"AlarmWindow", -- Thunderbird's calendar.
|
||||||
|
|
|
@ -1,22 +1,17 @@
|
||||||
!!! Get rid of ads embedded into the site itself
|
!!! Get rid of ads embedded into the site itself
|
||||||
! Coolors
|
|
||||||
coolors.co###generator_inner div[id^="a"]
|
coolors.co###generator_inner div[id^="a"]
|
||||||
coolors.co###header div[id^="a"]
|
coolors.co###header div[id^="a"]
|
||||||
coolors.co##div[class^="a"]
|
coolors.co##div[class^="a"]
|
||||||
|
|
||||||
!!! Get rid of ad slots that are already empty anyways
|
!!! Get rid of ad slots that are already empty anyways
|
||||||
! ブログ村
|
|
||||||
blogmura.com##.ad-list
|
blogmura.com##.ad-list
|
||||||
! goo
|
|
||||||
www.goo.ne.jp##div[id^="gooad-"]
|
www.goo.ne.jp##div[id^="gooad-"]
|
||||||
! TypingClub/EdClub
|
stackoverflow.com##.js-sidebar-zone
|
||||||
|
www.techonthenet.com##.daf1829a.fe07225f
|
||||||
www.typingclub.com##div[id^="adslot_"]
|
www.typingclub.com##div[id^="adslot_"]
|
||||||
|
|
||||||
!!! Get rid of everpresent subscription/upgrade nags
|
!!! Get rid of everpresent subscription/upgrade nags
|
||||||
! Letterboxd
|
letterboxd.com##.banner
|
||||||
letterboxd.com##.js-hide-in-app.banner-950.banner
|
|
||||||
letterboxd.com##.js-hide-in-app.banner-250.banner
|
|
||||||
|
|
||||||
!!! Hide paid/subscriber-only features that show up even when not subscribing
|
!!! Hide paid/subscriber-only features that show up even when not subscribing
|
||||||
! Letterboxd
|
letterboxd.com##.js-watch-panel
|
||||||
letterboxd.com##.js-watch-panel.watch-panel
|
|
Loading…
Reference in New Issue