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