This commit is contained in:
Never Gude 2026-01-30 20:36:20 +01:00
parent 1f264b5207
commit b4cb965ac9
6 changed files with 40 additions and 19 deletions

Binary file not shown.

View file

@ -381,7 +381,8 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+Return hotkey-overlay-title="Open a Terminal: alacritty" { spawn-sh "alacritty msg create-window"; }
Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
Mod+B hotkey-overlay-title="Open a Browser: qutebrowser" { spawn "qutebrowser"; }
Mod+B hotkey-overlay-title="Search the Web: fuzzel" { spawn "browserprompt.fish"; }
Mod+E hotkey-overlay-title="Open Email Client: evolution" { spawn "evolution"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
Mod+P hotkey-overlay-title="Show the Power menu: fuzzel" { spawn "powermenu.fish"; }
Mod+A hotkey-overlay-title="Show the Action menu: fuzzel" { spawn "actionmenu.fish"; }

View file

@ -1,12 +0,0 @@
config.source("gruvbox.py")
#c.tabs.show = "multiple"
c.tabs.padding = {'top': 0, 'bottom': 0, 'left': 8, 'right': 8}
c.tabs.indicator.width = 0 # no tab indicators
c.tabs.width = '7%'
c.fonts.default_size = '14px'
c.content.blocking.enabled = True
config.load_autoconfig(False)

View file

@ -7,7 +7,7 @@
tooltip {
font-weight: normal;
background: rgba(0, 0, 0, 229);
background: rgba(0.1, 0.1, 0.1, 0.9);
border: solid 2px #505050;
border-radius: 0px;
}