Add a synth (still not working, but closer) & emojis

This commit is contained in:
Zeph Levy 2025-11-18 20:33:59 +01:00
parent 223557d88d
commit 73d471faaa
5 changed files with 28 additions and 10 deletions

View file

@ -32,6 +32,12 @@
noDisplay = true;
};
"surge-xt" = {
name = "Surge XT";
exec = "\"${pkgs.surge-XT}/bin/Surge XT\"";
terminal = false;
};
# Fixes missing icons
# TODO: Doesn't work

View file

@ -111,6 +111,7 @@
"$terminal" = "foot";
"$fileManager" = "thunar";
"$menu" = "fuzzel";
"$emoji" = "BEMOJI_PICKER_CMD=\"fuzzel --dmenu\" bemoji -t --private";
bind = [
"$mainMod, RETURN, exec, $terminal"
@ -118,11 +119,12 @@
"$mainMod, T, exec, $fileManager"
"$mainMod, V, togglefloating,"
"$mainMod, SPACE, exec, $menu"
"$mainMod SHIFT, SPACE, exec, $emoji"
"$mainMod, P, pseudo,"
"$mainMod, J, togglesplit,"
"$mainMod, F, fullscreen, 0"
"$mainMod, N, movefocus, l"
"$mainMod, N, movefocus, l"
"$mainMod, O, movefocus, r"
"$mainMod, I, movefocus, u"
"$mainMod, E, movefocus, d"