mirror of
https://git.myvelabs.com/lab/archlinux.git
synced 2026-08-16 12:54:25 +00:00
Fix hyprland conf location.
This commit is contained in:
parent
5c400f42ad
commit
31019e52cf
1 changed files with 2 additions and 2 deletions
|
|
@ -563,13 +563,13 @@ case ${desktop_choice} in
|
|||
-e 's/bind = $mainMod, C, killactive/bind = $mainMod SHIFT, Q, killactive/' \
|
||||
-e '/$mainMod =/c $mainMod = ALT' \
|
||||
-e '/RETURN/a bind = SUPER, L, exec, swaylock -e -f -c 000000' \
|
||||
> ~/.config/hypr/hyprland.conf
|
||||
> ~/.config/hypr/hyprland.lua
|
||||
# -e '/Autostart/i exec-once = uwsm app -- foot --server' \
|
||||
|
||||
# QEMU monitor
|
||||
if ls -l /dev/disk/* | grep -q 'VBOX\|virtio\|QEMU'
|
||||
then
|
||||
sed -i "/^monitor/c monitor = $(hyprctl monitors all | grep "^Monitor" | awk '{print $2}'), 1920x1080@60, 0x0, 1.5" ~/.config/hypr/hyprland.conf
|
||||
sed -i "/^monitor/c monitor = $(hyprctl monitors all | grep "^Monitor" | awk '{print $2}'), 1920x1080@60, 0x0, 1.5" ~/.config/hypr/hyprland.lua
|
||||
fi
|
||||
|
||||
# Waybar
|
||||
|
|
|
|||
Loading…
Reference in a new issue