Compare commits

..

No commits in common. "b942486036e47b13ee6b6a8b859bb066ad543646" and "6db300881780a4d0ea6dd3e5ca15ae9ff2237691" have entirely different histories.

2 changed files with 4 additions and 17 deletions

View file

@ -12,7 +12,6 @@
--tab-border-radius: 50px !important; --tab-border-radius: 50px !important;
--tabs-border-color: transparent !important; --tabs-border-color: transparent !important;
} }
#navigator-toolbox { #navigator-toolbox {
border: 0px !important; border: 0px !important;
} }
@ -34,21 +33,14 @@
#back-button { #back-button {
display: none !important; display: none !important;
} }
*/
#forward-button { #forward-button {
display: none !important; display: none !important;
} }
#reload-button {
display: none !important;
}
/*
#tracking-protection-icon-container {
display: none !important;
}
*/ */
/*#tracking-protection-icon-container {
display: none !important;
}*/
#urlbar-container { #urlbar-container {
width: unset !important; width: unset !important;
@ -64,8 +56,7 @@
z-index: 999999 !important; z-index: 999999 !important;
} }
#urlbar-background, #urlbar-background, #searchbar {
#searchbar {
border: 0px none !important; border: 0px none !important;
} }
@ -79,11 +70,9 @@
display: none !important; display: none !important;
} }
/*
#PanelUI-button { #PanelUI-button {
display: none !important; display: none !important;
} }
*/
#nav-bar:not([tabs-hidden="true"]) { #nav-bar:not([tabs-hidden="true"]) {
box-shadow: none !important; box-shadow: none !important;

View file

@ -61,9 +61,7 @@ for_window [title="^Authentication Required$" app_id="lxqt-policykit-agent"] flo
bindsym Scroll_Lock exec --no-startup-id $lockwall, mode "default" bindsym Scroll_Lock exec --no-startup-id $lockwall, mode "default"
# Adjust screen brightness with keys # Adjust screen brightness with keys
bindsym XF86MonBrightnessUp exec "brightnessctl set 10%+"
bindsym Mod4+Mod1+Up 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+Down exec "brightnessctl set 10%-"
bindsym Mod4+Mod1+Shift+Up exec "brightnessctl set 1%+" bindsym Mod4+Mod1+Shift+Up exec "brightnessctl set 1%+"
bindsym Mod4+Mod1+Shift+Down exec "brightnessctl set 1%-" bindsym Mod4+Mod1+Shift+Down exec "brightnessctl set 1%-"