Compare commits
4 commits
6db3008817
...
b942486036
Author | SHA1 | Date | |
---|---|---|---|
|
b942486036 | ||
|
4acdbb76a0 | ||
|
d21f0edb4c | ||
|
d6b334c2fa |
2 changed files with 17 additions and 4 deletions
|
@ -12,6 +12,7 @@
|
|||
--tab-border-radius: 50px !important;
|
||||
--tabs-border-color: transparent !important;
|
||||
}
|
||||
|
||||
#navigator-toolbox {
|
||||
border: 0px !important;
|
||||
}
|
||||
|
@ -33,14 +34,21 @@
|
|||
#back-button {
|
||||
display: none !important;
|
||||
}
|
||||
*/
|
||||
|
||||
#forward-button {
|
||||
display: none !important;
|
||||
}
|
||||
*/
|
||||
/*#tracking-protection-icon-container {
|
||||
|
||||
#reload-button {
|
||||
display: none !important;
|
||||
}*/
|
||||
}
|
||||
|
||||
/*
|
||||
#tracking-protection-icon-container {
|
||||
display: none !important;
|
||||
}
|
||||
*/
|
||||
|
||||
#urlbar-container {
|
||||
width: unset !important;
|
||||
|
@ -56,7 +64,8 @@
|
|||
z-index: 999999 !important;
|
||||
}
|
||||
|
||||
#urlbar-background, #searchbar {
|
||||
#urlbar-background,
|
||||
#searchbar {
|
||||
border: 0px none !important;
|
||||
}
|
||||
|
||||
|
@ -70,9 +79,11 @@
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
/*
|
||||
#PanelUI-button {
|
||||
display: none !important;
|
||||
}
|
||||
*/
|
||||
|
||||
#nav-bar:not([tabs-hidden="true"]) {
|
||||
box-shadow: none !important;
|
||||
|
|
|
@ -61,7 +61,9 @@ for_window [title="^Authentication Required$" app_id="lxqt-policykit-agent"] flo
|
|||
bindsym Scroll_Lock exec --no-startup-id $lockwall, mode "default"
|
||||
|
||||
# Adjust screen brightness with keys
|
||||
bindsym XF86MonBrightnessUp exec "brightnessctl set 10%+"
|
||||
bindsym Mod4+Mod1+Up exec "brightnessctl set 10%+"
|
||||
bindsym XF86MonBrightnessDown exec "brightnessctl set 10%-"
|
||||
bindsym Mod4+Mod1+Down exec "brightnessctl set 10%-"
|
||||
bindsym Mod4+Mod1+Shift+Up exec "brightnessctl set 1%+"
|
||||
bindsym Mod4+Mod1+Shift+Down exec "brightnessctl set 1%-"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue