mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
~
This commit is contained in:
parent
acd20b616b
commit
63497a5ccc
4 changed files with 21 additions and 7 deletions
10
README.md
10
README.md
|
@ -4,3 +4,13 @@ this is rae's nixOS config meow
|
|||
- **display manager**: SDDM
|
||||
- **window manager**: OpenBox
|
||||
- **status bar**: polybar
|
||||
|
||||
# installation
|
||||
|
||||
extract it into your home directory as `~/.dotfiles/` ALTHough in hindsight this is a suuuuper shitty place to put the config files so it may change in the futur...
|
||||
|
||||
And Then You Must `ln -s ~/.dotfiles/nixos/hosts/[host]/configuration.nix` into your `/etc/nixos/`...
|
||||
|
||||
# openbox hotkeys
|
||||
|
||||
I Dont Remember
|
||||
|
|
|
@ -1,19 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
|
||||
<menu id="root" label="Menu">
|
||||
<item label="Browser">
|
||||
<item label="Firefox">
|
||||
<action name="Execute">
|
||||
<command>firefox</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="Terminal">
|
||||
<item label="kitty">
|
||||
<action name="Execute">
|
||||
<command>kitty</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="VSCodium">
|
||||
<action name="Execute">
|
||||
<command>codium</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="Task Manager">
|
||||
<action name="Execute">
|
||||
<command>xfce4-taskmanager</command>
|
||||
<command>com.github.stsdc.monitor</command>
|
||||
</action>
|
||||
</item>
|
||||
<separator/>
|
||||
|
@ -25,7 +30,7 @@
|
|||
<separator/>
|
||||
<item label="Restart">
|
||||
<action name="Execute">
|
||||
<command>reboot now</command>
|
||||
<command>shutdown -r now</command>
|
||||
<prompt>Really shutdown the computer?</prompt>
|
||||
</action>
|
||||
</item>
|
||||
|
|
|
@ -32,7 +32,7 @@ in
|
|||
kitty = {
|
||||
enable = true;
|
||||
font.name = "Fira Code";
|
||||
#theme = "Catppuccin-Latte";
|
||||
theme = "Aquarium Light"; # or Base2Tone Meadow Dark
|
||||
};
|
||||
neovim = {
|
||||
enable = true;
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
hyfetch
|
||||
imagemagick
|
||||
kitty
|
||||
maim
|
||||
monitor
|
||||
xclip
|
||||
xfce.xfce4-taskmanager
|
||||
yt-dlp
|
||||
zellij
|
||||
# text editors
|
||||
|
@ -23,7 +23,6 @@
|
|||
nitrogen
|
||||
polybarFull
|
||||
rofi
|
||||
themechanger
|
||||
xcompmgr
|
||||
xdotool
|
||||
xorg.xev
|
||||
|
|
Loading…
Reference in a new issue