diff --git a/eww_desktop/eww.yuck b/eww_desktop/eww.yuck index 81080a2..7c591f9 100644 --- a/eww_desktop/eww.yuck +++ b/eww_desktop/eww.yuck @@ -306,7 +306,7 @@ :monitor 0 :geometry (geometry :x "0%" :y "1px" - :width "3417px" + :width "99%" :height "20px" :anchor "top center") :stacking "bottom" diff --git a/hypr_desktop/hyprland.conf b/hypr_desktop/hyprland.conf index 766ccae..10d7e9e 100644 --- a/hypr_desktop/hyprland.conf +++ b/hypr_desktop/hyprland.conf @@ -6,17 +6,9 @@ exec-once=dbus-update-activation-environment --all # # -monitor=DP-3,2560x1440@165,0x0,1 -monitor=DP-1,3440x1440@180,2560x0,1 -monitor=DP-2,1920x1200@60,6000x0,1 -monitor=DP-2,transform,1 monitor=,highrr,auto,1 -workspace=DP-3,1 -workspace=DP-1,2 -workspace=DP-2,3 - input { kb_file=/home/dashie/.config/keymap.xkb #us with dead_diaeresis on shift + ' to get ä ö ü kb_layout= diff --git a/setup.sh b/setup.sh index 216051e..d6484da 100755 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,5 @@ find $PWD -maxdepth 1 -mindepth 0 -exec ln -s '{}' $HOME/.config/ \; -mv $HOME/.config/.zshrc ../.zshrc +mv ../.zshrc $HOME/.config/.zshrc unlink $HOME/.config/.git unlink $HOME/.config/.gitignore unlink $HOME/.config/README.md