mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
~
This commit is contained in:
parent
8c7be12a37
commit
98894cdb6e
2 changed files with 5 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
<keyboard>
|
||||
<keybind key="A-d">
|
||||
<action name="Execute">
|
||||
<command>rofi -show drun</command>
|
||||
<command>rofi -show combi -modes combi -combi-modes "window,drun,run"</command>
|
||||
</action>
|
||||
</keybind>
|
||||
</keyboard>
|
||||
|
|
|
@ -16,14 +16,13 @@ in
|
|||
TERM = "kitty";
|
||||
};
|
||||
file = {
|
||||
".background-image".source = ../assets/wallpapers/2kki_rainyapartments.png;
|
||||
".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 = {
|
||||
git = {
|
||||
|
|
Loading…
Reference in a new issue