add wallpapers

This commit is contained in:
nub31
2025-05-10 22:58:13 +02:00
parent 20253164cb
commit 97d3e161b6
20 changed files with 37 additions and 198 deletions

View File

@@ -1,22 +1,22 @@
# https://wiki.hyprland.org/Configuring/Binds/
$terminal = alacritty
$fileManager = thunar
$files = thunar
$menu = rofi -show drun -config ~/.config/rofi/config.rasi
$browser = brave
$code = code
$lock = hyprlock
$colorPicker = hyprpicker -a -f hex -r -n -q
$color_picker = hyprpicker -a -f hex -r -n -q
$mainMod = SUPER
# Programs
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, E, exec, $files
bind = $mainMod, R, exec, $menu
bind = $mainMod, B, exec, $browser
bind = $mainMod, L, exec, $lock
bind = $mainMod, C, exec, $code
bind = $mainMod SHIFT, C, exec, $colorPicker
bind = $mainMod SHIFT, C, exec, $color_picker
bind = $mainMod, RETURN, exec, $terminal
bind = $mainMod SHIFT, E, exit