1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-12 04:22:07 +00:00
This commit is contained in:
Rae 5e 2024-12-10 16:14:16 -05:00
parent 8c7be12a37
commit 98894cdb6e
2 changed files with 5 additions and 6 deletions

View file

@ -3,7 +3,7 @@
<keyboard> <keyboard>
<keybind key="A-d"> <keybind key="A-d">
<action name="Execute"> <action name="Execute">
<command>rofi -show drun</command> <command>rofi -show combi -modes combi -combi-modes "window,drun,run"</command>
</action> </action>
</keybind> </keybind>
</keyboard> </keyboard>

View file

@ -16,14 +16,13 @@ in
TERM = "kitty"; TERM = "kitty";
}; };
file = { file = {
".background-image".source = ../assets/wallpapers/2kki_rainyapartments.png;
".twmrc".source = ../configs/twm; ".twmrc".source = ../configs/twm;
".config/i3/config".source = ../configs/i3;
".config/openbox/autostart".source = ../configs/openbox/autostart;
".config/openbox/rc.xml".source = ../configs/openbox/rc.xml;
}; };
}; };
xdg.configFile = {
"i3/config".source = ../configs/i3;
"openbox".source = ../configs/openbox;
};
programs = { programs = {
git = { git = {