mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-12 04:22:07 +00:00
~
This commit is contained in:
parent
2399184228
commit
f8f405b345
3 changed files with 15 additions and 8 deletions
|
@ -11,25 +11,26 @@
|
|||
<command>kitty</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="File Browser">
|
||||
<action name="Execute">
|
||||
<command>io.elementary.files</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="VSCodium">
|
||||
<action name="Execute">
|
||||
<command>codium</command>
|
||||
</action>
|
||||
</item>
|
||||
<separator/>
|
||||
<item label="File Browser">
|
||||
<action name="Execute">
|
||||
<command>dolphin</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="Task Manager">
|
||||
<action name="Execute">
|
||||
<command>com.github.stsdc.monitor</command>
|
||||
</action>
|
||||
</item>
|
||||
<separator/>
|
||||
<item label="Set Wallpaper">
|
||||
<item label="Backup Manager">
|
||||
<action name="Execute">
|
||||
<command>nitrogen ~/.dotfiles/assets/wallpapers</command>
|
||||
<!--! i think needing sudo for this will 100% fuck things up but ill fix it later -->
|
||||
<command>sudo timeshift-gtk</command>
|
||||
</action>
|
||||
</item>
|
||||
<separator/>
|
||||
|
|
|
@ -30,6 +30,11 @@
|
|||
enable = true;
|
||||
userName = "roxwize";
|
||||
userEmail = "rae@roxwize.xyz";
|
||||
extraConfig = {
|
||||
core = {
|
||||
editor = "nvim";
|
||||
};
|
||||
};
|
||||
};
|
||||
kitty = {
|
||||
enable = true;
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
hyfetch # neofetch with pride flags <3
|
||||
kitty # Modern, hackable, featureful, OpenGL based terminal emulator
|
||||
monitor # Manage processes and monitor system resources
|
||||
timemachine # System restore tool for Linux
|
||||
unzip # Extraction utility for archives compressed in .zip format
|
||||
usbutils # Tools for working with USB devices, such as lsusb
|
||||
wine # Open Source implementation of the Windows API on top of X, OpenGL, and Unix
|
||||
|
|
Loading…
Add table
Reference in a new issue