Commit for generation 164

This commit is contained in:
2024-10-02 04:03:42 -04:00
parent 668dcf93f5
commit 777a20dd6b
2 changed files with 3 additions and 2 deletions

View File

@@ -32,12 +32,13 @@
$terminal = kitty $terminal = kitty
$filemanager = kitty ranger $filemanager = kitty ranger
$menu = rofi -show drun $menu = rofi -show drun
$screenshot = grimblast copy area && sounds_enabled && aplay /home/pagedmov/sound/sys/screenshot.wav $screenshot = grimblast copy area && [ $SOUNDS_ENABLED -eq 1 ] && aplay /home/pagedmov/sound/sys/screenshot.wav
$browser = firefox $browser = firefox
env = qt_qpa_platformtheme,qt6ct env = qt_qpa_platformtheme,qt6ct
env = XDG_CURRENT_DESKTOP,hyprland env = XDG_CURRENT_DESKTOP,hyprland
env = HYPRCURSOR_THEME,rose-pine-hyprcursor env = HYPRCURSOR_THEME,rose-pine-hyprcursor
env = HYPRCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24
env = SOUNDS_ENABLED,1
# settings # settings
input { input {

View File

@@ -284,7 +284,7 @@ fi
~/coding/scripts/splash.sh ~/coding/scripts/splash.sh
eval "$(starship init zsh)" eval "$(starship init zsh)"
(aplay ~/sound/sh-source.wav > /dev/null 2>&1 &) (aplay ~/sound/sys/sh-source.wav > /dev/null 2>&1 &)
''; '';
# Options # Options