2024-11-27 00:13 : id 229

This commit is contained in:
deadvey 2024-11-27 00:14:22 +00:00
parent 95bfcf5f08
commit 5349bb9f35

View File

@ -78,6 +78,7 @@ in
wl-clipboard
vimb
];
# Required for Hyprpicker to work
pointerCursor = {
gtk.enable = true;
package = pkgs.gnome.adwaita-icon-theme;
@ -203,8 +204,7 @@ in
prompt = "${FUZZEL_PROMPT}";
width = "${FUZZEL_WIDTH}";
lines = "${FUZZEL_HEIGHT}";
icons-enabled = "yes";
icon-theme = "${GTK_ICONS}";
icons-enabled = "no";
font = "${FONT}";
};
colors = {
@ -426,6 +426,7 @@ in
bind = [
"$mod, Space, exec, ${MENU}"
"$mod, Q, exec, ${TERMINAL}"
"$mod, B, exec, ${BROWSER}"
"$mod ALT, up, exec, pactl set-sink-volume 0 +5%"
"$mod ALT, down, exec, pactl set-sink-volume 0 -5%"
"$mod, grave, hyprexpo:expo, toggle"