fixes
This commit is contained in:
parent
7f85b4b420
commit
55101b6ba2
3 changed files with 10 additions and 7 deletions
|
@ -30,12 +30,12 @@ setup-desktop() {
|
|||
# if command-exists qs; then
|
||||
# qs
|
||||
# else
|
||||
bash "$SCRIPTS/bar"
|
||||
bash -c "$SCRIPTS/bar"
|
||||
log_notify low "Bar" "Initializing.."
|
||||
# fi
|
||||
|
||||
log_notify low "Wallpaper" "Initializing.."
|
||||
bash "$SCRIPTS/wallpaper"
|
||||
log_notify low "Wallpaper" "Initializing.."
|
||||
|
||||
local modules
|
||||
|
||||
|
@ -133,6 +133,7 @@ init-xdg-portal() {
|
|||
|
||||
main() {
|
||||
kill-all
|
||||
sleep 0.3
|
||||
setup-desktop
|
||||
|
||||
if [ -x "/usr/lib/hyprpolkitagent" ]; then
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
$hyprconf = ~/.config/hypr
|
||||
|
||||
# ─< initialisation script >─────────────────────────────────────────────────────────────────
|
||||
# exec-once = systemctl --user start hyprpolkitagent
|
||||
# exec-once = $h_conf/.scripts/init.sh
|
||||
exec-once = $h_conf/.scripts/init
|
||||
exec-once = $hyprconf/.scripts/init
|
||||
exec-once = hypridle
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec = cliphist wipe &
|
||||
exec-once = cliphist store &
|
||||
exec-once = cliphist wipe &
|
||||
exec = cliphist store &
|
||||
|
|
|
@ -75,7 +75,8 @@ bind = $mainMod, Q, killactive,
|
|||
bind = $mainMod SHIFT, F, togglefloating,
|
||||
bind = $mainMod, F, fullscreen, 1
|
||||
|
||||
bind = SUPER, V, exec, copyq show
|
||||
$clipboard = copyq show
|
||||
bind = SUPER, V, exec, $clipboard
|
||||
|
||||
# ─< start predefined applications >─────────────────────────────────────────────────────────────────
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue