diff --git a/desktopenvs/hyprland/hypr-usr/autostart.conf b/desktopenvs/hyprland/hypr-usr/autostart.conf index c89865a..3e31b6b 100644 --- a/desktopenvs/hyprland/hypr-usr/autostart.conf +++ b/desktopenvs/hyprland/hypr-usr/autostart.conf @@ -1,7 +1,7 @@ # Or execute your favorite apps at launch like this: exec-once =bash ~/mount-smb.sh exec-once =bash ~/mountnc.sh - +exec-once = bash vicinae server exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/bluetooth-applet.sh exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/ulwatchdog.sh exec-once=bash ~/Dotfiles/desktopenvs/hyprland/scripts/ewwstart.sh diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 2891e8e..a44391c 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -9,7 +9,8 @@ $terminal = kitty #$fileManager = kitty -e yazi $editor = kitty nvim $fileManager = thunar -$menu = ulauncher-toggle +#$menu = ulauncher-toggle +$menu = vicinae toggle #################### ### GESTURES ### @@ -35,6 +36,9 @@ gesture = 4, right, dispatcher, movetoworkspace, r-1 ### KEYBINDINGSS ### #################### +bindl=,switch:on:Lid Switch, exec, hyprctl dispatch dpms off && hyprctl dispatch exec hyprlock +bindl=,switch:off:Lid Switch, exec, hyprctl dispatch dpms on + # See https://wiki.hyprland.org/Configuring/Keywords/ $mainMod = SUPER # Sets "Windows" key as main modifier @@ -68,8 +72,8 @@ bind = $mainMod SHIFT, V, tagwindow, +centered #bind = $mainMod, H, movecurrentworkspacetomonitor bind = $mainMod, C, pseudo, # dwindle bind = $mainMod, B, togglesplit, # dwindle -bind = $mainMod SHIFT, O, exec, hyprshutdown -bind = $mainMod CTRl, O, exec, hyprshutdown -p poweroff +bind = $mainMod SHIFT, O, exec, hyprctl dispatch exit +bind = $mainMod CTRl, O, exec, systemctl poweroff bind = $mainMod, O, exec, hyprlock #power-dmenu bind = $mainMod ALT, O, exec, ~/.config/scripts/pwr-dmenu.sh diff --git a/desktopenvs/hyprland/hypr-usr/windowrules.conf b/desktopenvs/hyprland/hypr-usr/windowrules.conf index 52f5993..b0b5b6b 100644 --- a/desktopenvs/hyprland/hypr-usr/windowrules.conf +++ b/desktopenvs/hyprland/hypr-usr/windowrules.conf @@ -1,8 +1,6 @@ -windowrule = match:class ulauncher, border_size 0 -windowrule = match:class ulauncher, no_blur on -windowrule = match:class ulauncher, no_shadow on -windowrule = match:class ulauncher, pin on -windowrule = match:class ulauncher, move (cursor_x-50) (cursor_y-50) + +windowrule = match:class ulauncher, tag +launcher +windowrule = match:class vicinae-server, tag +launcher windowrule = match:class firefox, opaque on windowrule = match:class firefox, render_unfocused on @@ -19,6 +17,16 @@ windowrule = match:tag mixer, pin on windowrule = match:tag mixer, move (monitor_w*0.73) (monitor_h*0.055) windowrule = match:tag mixer, size (monitor_w*0.25) (monitor_h*0.35) +windowrule { + name = launcher + match:tag = launcher + pin = on + no_shadow = on + no_blur = on + border_size = 0 + move = (cursor_x-50) (cursor_y-50) +} + windowrule { name = spotify match:class = spotify diff --git a/desktopenvs/hyprland/vicinae/vicinae/settings.json b/desktopenvs/hyprland/vicinae/vicinae/settings.json index 7344234..c79717f 100644 --- a/desktopenvs/hyprland/vicinae/vicinae/settings.json +++ b/desktopenvs/hyprland/vicinae/vicinae/settings.json @@ -21,7 +21,7 @@ "search_files_in_root": true, "font": { "normal": { - "family": "Agave Nerd Font", + "family": "Agave Nerd Font Mono", "size": 10.5 } }, @@ -43,7 +43,7 @@ "border_width": 7 }, "size": { - "width": 770, + "width": 500, "height": 480 }, "dim_around": false,