mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-14 12:32:06 +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>
|
<command>kitty</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<item label="File Browser">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>io.elementary.files</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<item label="VSCodium">
|
<item label="VSCodium">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>codium</command>
|
<command>codium</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
|
<separator/>
|
||||||
|
<item label="File Browser">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>dolphin</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
<item label="Task Manager">
|
<item label="Task Manager">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>com.github.stsdc.monitor</command>
|
<command>com.github.stsdc.monitor</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<separator/>
|
<item label="Backup Manager">
|
||||||
<item label="Set Wallpaper">
|
|
||||||
<action name="Execute">
|
<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>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<separator/>
|
<separator/>
|
||||||
|
|
|
@ -30,6 +30,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "roxwize";
|
userName = "roxwize";
|
||||||
userEmail = "rae@roxwize.xyz";
|
userEmail = "rae@roxwize.xyz";
|
||||||
|
extraConfig = {
|
||||||
|
core = {
|
||||||
|
editor = "nvim";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
kitty = {
|
kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -66,6 +66,7 @@
|
||||||
hyfetch # neofetch with pride flags <3
|
hyfetch # neofetch with pride flags <3
|
||||||
kitty # Modern, hackable, featureful, OpenGL based terminal emulator
|
kitty # Modern, hackable, featureful, OpenGL based terminal emulator
|
||||||
monitor # Manage processes and monitor system resources
|
monitor # Manage processes and monitor system resources
|
||||||
|
timemachine # System restore tool for Linux
|
||||||
unzip # Extraction utility for archives compressed in .zip format
|
unzip # Extraction utility for archives compressed in .zip format
|
||||||
usbutils # Tools for working with USB devices, such as lsusb
|
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
|
wine # Open Source implementation of the Windows API on top of X, OpenGL, and Unix
|
||||||
|
|
Loading…
Add table
Reference in a new issue