some changes within scripts
This commit is contained in:
parent
643eaa2f9e
commit
7d6d263d71
6 changed files with 229 additions and 20 deletions
11
hotkeys.conf
11
hotkeys.conf
|
@ -46,17 +46,18 @@ $rofi = pkill rofi || rofi -show drun -modi drun,filebrowser,run,window,ssh
|
|||
$tofi = pkill tofi || tofi-drun -c $HOME/.config/tofi/config
|
||||
|
||||
# ─< Set programs that you use >──────────────────────────────────────────────────────────
|
||||
$menu = $rofi
|
||||
$wallpaper = $scripts/wallpaper
|
||||
$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
|
||||
$menu = $rofi
|
||||
$lockscreen = swaylock --screenshots --clock --indicator --effect-pixelate 18 --effect-blur 8x8
|
||||
$logout = wlogout
|
||||
$wallpaper = $scripts/random_swww.sh
|
||||
$notify = swaync-client --open-panel
|
||||
$test = $scripts/a.sh
|
||||
# $screenshotTool = $scripts/screenshot_area
|
||||
$screenshotTool = hyprshot --clipboard-only -m region
|
||||
# $screenshotTool = hyprshot --clipboard-only -m region
|
||||
|
||||
# ─< exit hyprland >──────────────────────────────────────────────────────────────────────
|
||||
bind = $mainMod, M, exit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue