Changed: Rofi

This commit is contained in:
2025-04-09 12:54:43 +02:00
parent 21787c4516
commit f9aba98533
199 changed files with 6 additions and 27546 deletions

View File

@@ -4,7 +4,9 @@ let
super = "SUPER";
terminal = "kitty";
fileManager = "spacefm";
menu = "~/.config/rofi/launchers/type-3/launcher.sh";
theme = "-theme $HOME/.config/rofi/catppuccin-default.rasi";
menu = "rofi -show drun ${theme}";
filebrowser = "rofi -show filebrowser ${theme}";
power = "~/.config/rofi/powermenu/type-6/powermenu.sh";
in
{
@@ -187,11 +189,12 @@ in
"${super}, V, togglefloating, "
"${super}, R, exec, ${menu}"
"${super}, S, exec, ${power}"
"${super}, F, exec, ${filebrowser}"
"${super}, P, pseudo, " # dwindle
"${super}, J, togglesplit, "# dwindle
"${super}, O, exec, obsidian"
"${super}, F, exec, firefox"
"${super}, G, exec, geary"
"${super}, I, exec, firefox"
"${super}, G, exec, thunderbird"
# Move focus with mainMod + arrow keys
"${super}, left, movefocus, l"