Changed: Rofi
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user