changed to hyprlock and used working conf

This commit is contained in:
pika 2025-05-15 16:55:52 +02:00
parent 827ca413c3
commit 54f9a60052
2 changed files with 9 additions and 3 deletions

View file

@ -44,21 +44,27 @@ $mainMod = ALT # Sets "ALT" key as main modifier
# menus # menus
$rofi = pkill rofi || rofi -show drun -modi drun,filebrowser,run,window,ssh $rofi = pkill rofi || rofi -show drun -modi drun,filebrowser,run,window,ssh
$tofi = pkill tofi || tofi-drun -c $HOME/.config/tofi/config $tofi = pkill tofi || tofi-drun -c $HOME/.config/tofi/config
# lockscreens
$swaylock = swaylock --screenshots --clock --indicator --effect-pixelate 18 --effect-blur 8x8
$hyprlock = hyprlock
# screenshots
# $screenshotTool = hyprshot --clipboard-only -m region
$screenshotTool = $scripts/screenshot
# ─< Set programs that you use >────────────────────────────────────────────────────────── # ─< Set programs that you use >──────────────────────────────────────────────────────────
$menu = $rofi $menu = $rofi
$lockscreen = $hyprlock
$wallpaper = "$scripts/wallpaper random" $wallpaper = "$scripts/wallpaper random"
$screenshotTool = $scripts/screenshot
$test = $scripts/a.sh $test = $scripts/a.sh
$terminal = foot # kitty --class="shell" -e zsh # wezterm start --always-new-process zsh #bash ghostty kitty --class="shell" -e zsh $terminal = foot # kitty --class="shell" -e zsh # wezterm start --always-new-process zsh #bash ghostty kitty --class="shell" -e zsh
$browser = zen-browser # brave-browser $browser = zen-browser # brave-browser
$fileManager = caja # pcmanfm nautilus cosmic-files caja thunar dolphin $fileManager = caja # pcmanfm nautilus cosmic-files caja thunar dolphin
$lockscreen = swaylock --screenshots --clock --indicator --effect-pixelate 18 --effect-blur 8x8
# $logout = wlogout # $logout = wlogout
$logout = $scripts/wlogout.sh $logout = $scripts/wlogout.sh
$notify = swaync-client --open-panel $notify = swaync-client --open-panel
# $screenshotTool = hyprshot --clipboard-only -m region
# ─< exit hyprland >────────────────────────────────────────────────────────────────────── # ─< exit hyprland >──────────────────────────────────────────────────────────────────────
bind = $mainMod, M, exit, bind = $mainMod, M, exit,