Fix start menu

This commit is contained in:
Tyler Kelley 2024-05-17 04:20:27 -05:00
parent 3b967eb462
commit b3a3d1a44f
2 changed files with 11 additions and 10 deletions

View File

@ -33,6 +33,14 @@ with lib;
in in
concatStrings [ concatStrings [
'' ''
exec-once = dbus-update-activation-environment --systemd --all
exec-once = systemctl --user import-environment QT_QPA_PLATFORMTHEME WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = swww init
exec-once = waybar
exec-once = swaync
exec-once = nm-applet --indicator
exec-once = lxqt-policykit-agent
exec-once = swww img /home/${username}/Pictures/Wallpapers/zaney-wallpaper.jpg
monitor=,preferred,auto,1 monitor=,preferred,auto,1
${extraMonitorSettings} ${extraMonitorSettings}
general { general {
@ -67,6 +75,7 @@ with lib;
env = QT_WAYLAND_DISABLE_WINDOWDECORATION, 1 env = QT_WAYLAND_DISABLE_WINDOWDECORATION, 1
env = QT_AUTO_SCREEN_SCALE_FACTOR, 1 env = QT_AUTO_SCREEN_SCALE_FACTOR, 1
env = MOZ_ENABLE_WAYLAND, 1 env = MOZ_ENABLE_WAYLAND, 1
windowrule=noborder,^(wofi)$
gestures { gestures {
workspace_swipe = true workspace_swipe = true
workspace_swipe_fingers = 3 workspace_swipe_fingers = 3
@ -113,14 +122,6 @@ with lib;
color = rgba(${theme.base0A}ff) color = rgba(${theme.base0A}ff)
} }
} }
exec-once = dbus-update-activation-environment --systemd --all
exec-once = systemctl --user import-environment QT_QPA_PLATFORMTHEME WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = swww init
exec-once = waybar
exec-once = swaync
exec-once = nm-applet --indicator
exec-once = lxqt-policykit-agent
exec-once = swww img /home/${username}/Pictures/Wallpapers/zaney-wallpaper.jpg
dwindle { dwindle {
pseudotile = true pseudotile = true
preserve_split = true preserve_split = true

View File

@ -128,7 +128,7 @@ with lib;
tooltip = false; tooltip = false;
format = ""; format = "";
# exec = "rofi -show drun"; # exec = "rofi -show drun";
on-click = "sleep 0.1 && rofi-launcher"; on-click = "sleep 0.1 && wofi";
}; };
"custom/hyprbindings" = { "custom/hyprbindings" = {
tooltip = false; tooltip = false;