wip
This commit is contained in:
parent
1eee2eeab3
commit
629e80dcf7
1 changed files with 1 additions and 4 deletions
|
@ -57,16 +57,13 @@ $screenshotTool = $scripts/screenshot
|
||||||
$menu = $fuzzel
|
$menu = $fuzzel
|
||||||
$lockscreen = $hyprlock
|
$lockscreen = $hyprlock
|
||||||
|
|
||||||
|
|
||||||
$wallpaper = "$scripts/wallpaper random"
|
$wallpaper = "$scripts/wallpaper random"
|
||||||
$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
|
||||||
# $logout = wlogout
|
|
||||||
$logout = $scripts/wlogout.sh
|
$logout = $scripts/wlogout.sh
|
||||||
$notify = swaync-client --open-panel
|
|
||||||
|
|
||||||
# ─< exit hyprland >──────────────────────────────────────────────────────────────────────
|
# ─< exit hyprland >──────────────────────────────────────────────────────────────────────
|
||||||
bind = $mainMod, M, exit,
|
bind = $mainMod, M, exit,
|
||||||
|
@ -78,7 +75,7 @@ bind = $mainMod, F, fullscreen, 1
|
||||||
|
|
||||||
# ─< start predefined applications >─────────────────────────────────────────────────────────────────
|
# ─< start predefined applications >─────────────────────────────────────────────────────────────────
|
||||||
bind = $mainMod, T, exec, $terminal
|
bind = $mainMod, T, exec, $terminal
|
||||||
bind = $mainMod SHIFT, T, exec, kitty
|
bind = $mainMod SHIFT, T, exec, kitty bash
|
||||||
bind = $mainMod, C, exec, $browser
|
bind = $mainMod, C, exec, $browser
|
||||||
bind = $mainMod, E, exec, $fileManager
|
bind = $mainMod, E, exec, $fileManager
|
||||||
bind = SUPER, R, exec, $rofi # backup for both variants
|
bind = SUPER, R, exec, $rofi # backup for both variants
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue