Compare commits
No commits in common. "26a4a83adbd2d656084d4b190834fd532f7f00f5" and "9cfb088e3b88ea0625782f41c6e45b563b918b7d" have entirely different histories.
26a4a83adb
...
9cfb088e3b
2 changed files with 2 additions and 17 deletions
|
@ -64,7 +64,7 @@
|
|||
bind = [
|
||||
# opening programs
|
||||
"$mod, Return, exec, foot"
|
||||
"$mod, D, exec, tofi-drun | xargs hyprctl dispatch exec --"
|
||||
"$mod, D, exec, tofi-drun --font /run/current-system/sw/share/X11/fonts/NotoMonoNerdFont-Regular.ttf"
|
||||
"$mod, M, exit, "
|
||||
"$mod, Q, killactive, "
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
ausweisapp
|
||||
|
||||
# stuff
|
||||
tofi
|
||||
jq
|
||||
vlc
|
||||
openvpn
|
||||
|
@ -141,21 +142,5 @@
|
|||
home.sessionVariables.GTK_THEME = "Orchis-Dark-Compact";
|
||||
home.sessionPath = [ "$HOME/.config/emacs/bin" ];
|
||||
|
||||
programs.tofi = {
|
||||
enable = true;
|
||||
settings = {
|
||||
width = "100%";
|
||||
height = "100%";
|
||||
border-width = 0;
|
||||
outline-width = 0;
|
||||
padding-left = "35%";
|
||||
padding-top = "35%";
|
||||
result-spacing = 25;
|
||||
num-results = 5;
|
||||
font = "monospace";
|
||||
background-color = "#000A";
|
||||
};
|
||||
};
|
||||
|
||||
services.mpris-proxy.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue