changed to hyprlock and used working conf
This commit is contained in:
parent
827ca413c3
commit
54f9a60052
2 changed files with 9 additions and 3 deletions
12
hotkeys.conf
12
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue