Compare commits

..

No commits in common. "26a4a83adbd2d656084d4b190834fd532f7f00f5" and "9cfb088e3b88ea0625782f41c6e45b563b918b7d" have entirely different histories.

2 changed files with 2 additions and 17 deletions

View file

@ -64,7 +64,7 @@
bind = [ bind = [
# opening programs # opening programs
"$mod, Return, exec, foot" "$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, M, exit, "
"$mod, Q, killactive, " "$mod, Q, killactive, "

View file

@ -16,6 +16,7 @@
ausweisapp ausweisapp
# stuff # stuff
tofi
jq jq
vlc vlc
openvpn openvpn
@ -141,21 +142,5 @@
home.sessionVariables.GTK_THEME = "Orchis-Dark-Compact"; home.sessionVariables.GTK_THEME = "Orchis-Dark-Compact";
home.sessionPath = [ "$HOME/.config/emacs/bin" ]; 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; services.mpris-proxy.enable = true;
} }