From a75586c2cb681860cb3c2557671f73af0919608a Mon Sep 17 00:00:00 2001
From: Joe <rrbo@proton.me>
Date: Wed, 1 Feb 2023 10:33:18 +0100
Subject: up

---
 .config/gtk-3.0/settings.ini | 15 ++++++++-------
 .config/openbox/menu.xml     | 15 ++++++++++++++-
 .config/zsh/alias.zsh        |  8 +++++++-
 .idesktop/firefox.lnk        |  4 ++--
 .idesktop/home.lnk           |  2 +-
 .idesktop/thunderbird.lnk    |  4 ++--
 6 files changed, 34 insertions(+), 14 deletions(-)

diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini
index 952e850..24d9e1e 100644
--- a/.config/gtk-3.0/settings.ini
+++ b/.config/gtk-3.0/settings.ini
@@ -1,16 +1,17 @@
 [Settings]
-gtk-font-name=sans-serif 12
-gtk-icon-theme-name=Faenza
+gtk-font-name=Fira Sans Semi-Light 10
+gtk-icon-theme-name=Human
 gtk-theme-name=Clearlooks
-gtk-cursor-theme-size=0
-gtk-toolbar-style=GTK_TOOLBAR_BOTH
+gtk-cursor-theme-size=24
+gtk-toolbar-style=GTK_TOOLBAR_ICONS
 gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
-gtk-button-images=1
-gtk-menu-images=1
+gtk-button-images=0
+gtk-menu-images=0
 gtk-enable-event-sounds=1
-gtk-enable-input-feedback-sounds=1
+gtk-enable-input-feedback-sounds=0
 gtk-xft-antialias=1
 gtk-xft-hinting=1
 gtk-xft-hintstyle=hintslight
 gtk-xft-rgba=rgb
 gtk-cursor-theme-name=Adwaita
+gtk-modules=canberra-gtk-module
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml
index df12c5e..fc7379b 100755
--- a/.config/openbox/menu.xml
+++ b/.config/openbox/menu.xml
@@ -9,7 +9,9 @@
 			</action>
 		</item>
 		<item label="st">
-			<action name="Execute"><command>st</command></action>
+			<action name="Execute">
+				<command>st</command>
+			</action>
 		</item>
 		<item label="PCMan File Manager">
 			<action name="Execute">
@@ -48,6 +50,12 @@
 		<item label="Lutris">
 			<action name="Execute"><command>lutris</command></action>
 		</item>
+		<item label="GZDoom">
+			<action name="Execute"><command>gzdoom</command></action>
+		</item>
+		<item label="DOSBox">
+			<action name="Execute"><command>dosbox</command></action>
+		</item>
 	</menu>
 
 	<menu id="apps-net-menu" label="Internet">
@@ -66,6 +74,11 @@
 				<command>discord</command>
 			</action>
 		</item>
+		<item label="Signal">
+			<action name="Execute">
+				<command>signal-desktop</command>
+			</action>
+		</item>
 	</menu>
 
 	<menu id="apps-multimedia-menu" label="Multimedia">
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index 58e0d6d..c191479 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -200,7 +200,13 @@ alias nb='newsboat' \
 	pinfo='pkg info -x' \
 	psearch='pkg search' \
 	pinstall='doas pkg install' \
-	update='doas pkg update && doas pkg upgrade' \
+	update='doas pkg update && doas pkg upgrade'
+nixi() {
+	nix-env -iA $(for i in $@; do printf "nixpkgs.%s " "$i"; done)
+}
+alias nixdel='nix-env -e' \
+	nixd='nixdel' \
+	nixs='nix search nixpkgs' \
 	highlight='highlight -Oxterm256 -t4' \
 	hi='highlight'
 hil() {
diff --git a/.idesktop/firefox.lnk b/.idesktop/firefox.lnk
index 68f243f..ea6a808 100644
--- a/.idesktop/firefox.lnk
+++ b/.idesktop/firefox.lnk
@@ -4,8 +4,8 @@ table Icon
   Icon: /usr/share/icons/hicolor/64x64/apps/firefox.png
   Width: 64
   Height: 64
-  X: 80
-  Y: 64
+  X: 1984
+  Y: 320
   Command[0]: firefox
   Command[1]: torify firefox
 end
diff --git a/.idesktop/home.lnk b/.idesktop/home.lnk
index 1f130ca..0f6ccd7 100644
--- a/.idesktop/home.lnk
+++ b/.idesktop/home.lnk
@@ -1,7 +1,7 @@
 table Icon
   Caption: Home
   ToolTip.Caption: Open PCManFM in the home directory
-  Icon: /usr/share/icons/Faenza/places/64/folder-home.png
+  Icon: /usr/share/icons/Human/48x48/places/folder_home.png
   Width: 64
   Height: 64
   X: 1984
diff --git a/.idesktop/thunderbird.lnk b/.idesktop/thunderbird.lnk
index 274b4d7..235ce12 100644
--- a/.idesktop/thunderbird.lnk
+++ b/.idesktop/thunderbird.lnk
@@ -4,8 +4,8 @@ table Icon
   Icon: /usr/share/icons/hicolor/64x64/apps/thunderbird.png
   Width: 64
   Height: 64
-  X: 80
-  Y: 192
+  X: 1984
+  Y: 448
   Command[0]: thunderbird
 end
 
-- 
cgit v1.2.3