diff --git a/hotkeys.conf b/hotkeys.conf index 5e4a31a..5af8fd1 100644 --- a/hotkeys.conf +++ b/hotkeys.conf @@ -44,21 +44,27 @@ $mainMod = ALT # Sets "ALT" key as main modifier # menus $rofi = pkill rofi || rofi -show drun -modi drun,filebrowser,run,window,ssh $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 >────────────────────────────────────────────────────────── $menu = $rofi +$lockscreen = $hyprlock + + $wallpaper = "$scripts/wallpaper random" -$screenshotTool = $scripts/screenshot $test = $scripts/a.sh $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 $fileManager = caja # pcmanfm nautilus cosmic-files caja thunar dolphin -$lockscreen = swaylock --screenshots --clock --indicator --effect-pixelate 18 --effect-blur 8x8 # $logout = wlogout $logout = $scripts/wlogout.sh $notify = swaync-client --open-panel -# $screenshotTool = hyprshot --clipboard-only -m region # ─< exit hyprland >────────────────────────────────────────────────────────────────────── bind = $mainMod, M, exit, diff --git a/hyprlock.config b/hyprlock.conf similarity index 100% rename from hyprlock.config rename to hyprlock.conf