Browse Source

small tweak / bug fix

pull/243/head
JaKooLit 2 years ago
parent
commit
ae0629bc44
  1. 1
      config/hypr/UserConfigs/Startup_Apps.conf
  2. 2
      config/hypr/UserConfigs/UserKeybinds.conf
  3. 3
      config/hypr/scripts/RefreshNoWaybar.sh

1
config/hypr/UserConfigs/Startup_Apps.conf

@ -23,6 +23,7 @@ exec-once = $scriptsDir/Polkit.sh
exec-once = waybar &
exec-once = nm-applet --indicator &
exec-once = swaync &
exec-once = ags &
#exec-once = blueman-applet &
#exec-once = rog-control-center &

2
config/hypr/UserConfigs/UserKeybinds.conf

@ -14,6 +14,8 @@ $UserScripts = $HOME/.config/hypr/UserScripts
# rofi App launcher
#bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window # Super Key to Launch rofi menu
bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window
# ags overview
bind = $mainMod, A, exec, pkill rofi || true && ags -t 'overview'
bind = $mainMod, Return, exec, $term # Launch terminal

3
config/hypr/scripts/RefreshNoWaybar.sh

@ -25,6 +25,9 @@ for _prs in "${_ps[@]}"; do
fi
done
# quit ags
ags -q
# Pywal refresh
${SCRIPTSDIR}/PywalSwww.sh &

Loading…
Cancel
Save