add swaync and configs as well as color highlighting in nvim
This commit is contained in:
@@ -36,7 +36,10 @@ $fileManager = thunar
|
||||
$menu = wofi --show drun
|
||||
$browser = brave
|
||||
$locker = hyprlock
|
||||
$screenshotregion = hyprshot -m region
|
||||
|
||||
$scripts = ~/.config/scripts
|
||||
$user = $USER
|
||||
|
||||
#################
|
||||
### AUTOSTART ###
|
||||
@@ -49,7 +52,7 @@ $scripts = ~/.config/scripts
|
||||
# exec-once = nm-applet &
|
||||
# exec-once = waybar & hyprpaper & firefox
|
||||
|
||||
exec-once = waybar & hypridle & hyprpaper & $scripts/random_hyprpaper.sh
|
||||
exec-once = swaync & waybar & hypridle & hyprpaper & $scripts/random_hyprpaper.sh
|
||||
|
||||
|
||||
#############################
|
||||
@@ -60,7 +63,7 @@ exec-once = waybar & hypridle & hyprpaper & $scripts/random_hyprpaper.sh
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
|
||||
env = HYPRSHOT_DIR,/home/$user/pictures/screenshots
|
||||
|
||||
###################
|
||||
### PERMISSIONS ###
|
||||
@@ -240,6 +243,7 @@ bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, space, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, S, exec, hyprshot -m region
|
||||
bind = $SUPER_SHIFT, L, exec, $locker
|
||||
bind = $SUPER_SHIFT, S, exec, systemctl suspend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user