hyprland config
This commit is contained in:
28
hyprland/hypr/configs/Execs.conf
Normal file
28
hyprland/hypr/configs/Execs.conf
Normal file
@@ -0,0 +1,28 @@
|
||||
#Commands to be executed at launch
|
||||
$scriptsDir = $HOME/.config/hypr/scripts
|
||||
|
||||
# wallpaper stuff
|
||||
#exec-once = swww query || swww init && swww img $HOME/wallpaper.jpg #using swww utility
|
||||
#exec-once = swww init
|
||||
exec-once = swaybg -m fill -i $HOME/wallpaper.jpg #using swaybg
|
||||
#exec-once = $scriptsDir/Wallpaper.sh #using swaybg random wallpaper
|
||||
|
||||
# Startup
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
#exec-once = dbus-update-activation-environment DISPLAY XAUTHORITY WAYLAND_DISPLAY
|
||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
||||
exec-once = $scriptsDir/portal-arch-hyprland
|
||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
||||
|
||||
# apps, blueman, network manager applet and ROG-control-Center
|
||||
exec-once = $scriptsDir/Startup.sh
|
||||
exec-once = blueman-applet &
|
||||
exec-once = nm-applet --indicator &
|
||||
#exec-once = rog-control-center &
|
||||
|
||||
#clipboard manager
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
|
||||
#Syncthing
|
||||
exec-once = $scriptsDir/syncthing.sh
|
||||
Reference in New Issue
Block a user