mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-12 03:56:56 +02:00
refactor: scripts
This commit is contained in:
parent
5cca56e81f
commit
1e03b6016a
8 changed files with 23 additions and 22 deletions
|
@ -15,7 +15,4 @@ exec-once = $script_dir/startup/swayosd.sh &
|
|||
# exec-once = ~/.config/hypr/scripts/waybar/start.sh &
|
||||
# exec-once = $eww_script_dir/eww/start.sh &
|
||||
|
||||
# exec-once = avizo-service &
|
||||
# exec-once = eww daemon && eww open bar
|
||||
# exec-once = swayidle -w timeout 300 'gtklock' before-sleep 'gtklock' &
|
||||
# exec-once = swayidle -w timeout 450 'pidof java || systemctl suspend' & # dont sleep if playing minecraft, else nvidia will fuck up
|
||||
|
|
|
@ -46,19 +46,22 @@ bind =, PRINT, exec, $screenshot -m output
|
|||
bind = $main_mod, Y, exec, $random_wallpaper
|
||||
bind = $main_mod, I, exec, $kill_wallpaper_daemon
|
||||
|
||||
# Audio control
|
||||
binde=, XF86AudioRaiseVolume, exec, swayosd-client --output-volume raise
|
||||
binde=, XF86AudioLowerVolume, exec, swayosd-client --output-volume lower
|
||||
bind=, XF86AudioMute, exec, swayosd-client --output-volume mute-toggle
|
||||
bind=, XF86AudioPlay, exec, playerctl play-pause
|
||||
bind=, XF86AudioPrev, exec, playerctl previous
|
||||
bind=, XF86AudioNext, exec, playerctl next
|
||||
bindl=, XF86AudioMedia, exec, playerctl play-pause
|
||||
bindl=, XF86AudioStop, exec, playerctl stop
|
||||
# Swayosd
|
||||
binde = CAPS, Caps_Lock, exec, swayosd-client --caps-lock
|
||||
binde =, XF86AudioRaiseVolume, exec, swayosd-client --output-volume raise
|
||||
binde =, XF86AudioLowerVolume, exec, swayosd-client --output-volume lower
|
||||
binde =, XF86MonBrightnessUp, exec, swayosd-client --brightness raise
|
||||
binde =, XF86MonBrightnessDown, exec, swayosd-client --brightness lower
|
||||
|
||||
# Display brightness
|
||||
binde=, XF86MonBrightnessUp, exec, brightnessctl set 10%+
|
||||
binde=, XF86MonBrightnessDown, exec, brightnessctl set 10%-
|
||||
# binde =, XF86MonBrightnessUp, exec, brightnessctl set 10%+
|
||||
# binde =, XF86MonBrightnessDown, exec, brightnessctl set 10%-
|
||||
|
||||
bind =, XF86AudioMute, exec, swayosd-client --output-volume mute-toggle
|
||||
bind =, XF86AudioPlay, exec, playerctl play-pause
|
||||
bind =, XF86AudioPrev, exec, playerctl previous
|
||||
bind =, XF86AudioNext, exec, playerctl next
|
||||
bindl =, XF86AudioMedia, exec, playerctl play-pause
|
||||
bindl =, XF86AudioStop, exec, playerctl stop
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $main_mod, left, movefocus, l
|
||||
|
|
|
@ -1 +1 @@
|
|||
source = ~/.config/hypr/configs/monitor/variants/desktop@84.conf
|
||||
source = ~/.config/hypr/configs/monitor/variants/desktop@75.conf
|
||||
|
|
|
@ -9,4 +9,4 @@ windowrulev2 = workspace 4,class:^(org.telegram.desktop|telegramdesktop|discord|
|
|||
windowrulev2 = workspace 5,class:^(Spotify)$
|
||||
# windowrulev2 = workspace 6,title:^(.*PCSX2.*)$
|
||||
windowrulev2 = workspace 6,class:^(Steam|steam)$,title:^(steam|Steam)$
|
||||
windowrulev2 = workspace 7,class:^(.*Gimp.*|blender)$
|
||||
windowrulev2 = workspace 7,class:^(.*Gimp.*|blender|.*steam_app.*)$
|
|
@ -4,4 +4,4 @@ if [[ $(pidof pavucontrol) ]]; then
|
|||
pkill pavucontrol
|
||||
fi
|
||||
|
||||
exec pavucontrol
|
||||
pavucontrol
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
exec gnome-keyring-daemon -sd &
|
||||
exec /usr/libexec/polkit-gnome-authentication-agent-1
|
||||
gnome-keyring-daemon -sd &
|
||||
|
||||
/usr/libexec/polkit-gnome-authentication-agent-1
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
source ~/.config/scripts/env.sh
|
||||
|
||||
exec $WATCHER -a "$SWAYOSD_DAEMON" -d "$SWAYOSD_DIR" -p "swayosd-server"
|
||||
$WATCHER -a "$SWAYOSD_DAEMON" -d "$SWAYOSD_DIR" -p "swayosd-server"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 802a66316562c4a23dbf98176e6741b4ef184a79
|
||||
Subproject commit 3c74f7fac7ed84882fe8e59dcd0ee9eb9af60477
|
Loading…
Add table
Reference in a new issue