diff --git a/hypr-configs/dotfiles/hypr/configs/autostart.conf b/hypr-configs/dotfiles/hypr/configs/autostart.conf index 481a5d5..62ec72e 100644 --- a/hypr-configs/dotfiles/hypr/configs/autostart.conf +++ b/hypr-configs/dotfiles/hypr/configs/autostart.conf @@ -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 diff --git a/hypr-configs/dotfiles/hypr/configs/keybinds.conf b/hypr-configs/dotfiles/hypr/configs/keybinds.conf index 6da5740..2f8ea17 100644 --- a/hypr-configs/dotfiles/hypr/configs/keybinds.conf +++ b/hypr-configs/dotfiles/hypr/configs/keybinds.conf @@ -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 diff --git a/hypr-configs/dotfiles/hypr/configs/monitor/export.conf b/hypr-configs/dotfiles/hypr/configs/monitor/export.conf index 2431218..6d376e8 100644 --- a/hypr-configs/dotfiles/hypr/configs/monitor/export.conf +++ b/hypr-configs/dotfiles/hypr/configs/monitor/export.conf @@ -1 +1 @@ -source = ~/.config/hypr/configs/monitor/variants/desktop@84.conf +source = ~/.config/hypr/configs/monitor/variants/desktop@75.conf diff --git a/hypr-configs/dotfiles/hypr/configs/rules/workspaces.conf b/hypr-configs/dotfiles/hypr/configs/rules/workspaces.conf index 1d6ad87..4cf006a 100644 --- a/hypr-configs/dotfiles/hypr/configs/rules/workspaces.conf +++ b/hypr-configs/dotfiles/hypr/configs/rules/workspaces.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)$ \ No newline at end of file +windowrulev2 = workspace 7,class:^(.*Gimp.*|blender|.*steam_app.*)$ \ No newline at end of file diff --git a/hypr-configs/dotfiles/hypr/scripts/pavucontrol-launch.sh b/hypr-configs/dotfiles/hypr/scripts/pavucontrol-launch.sh index 64f88b8..ac9ff50 100755 --- a/hypr-configs/dotfiles/hypr/scripts/pavucontrol-launch.sh +++ b/hypr-configs/dotfiles/hypr/scripts/pavucontrol-launch.sh @@ -4,4 +4,4 @@ if [[ $(pidof pavucontrol) ]]; then pkill pavucontrol fi -exec pavucontrol +pavucontrol diff --git a/hypr-configs/dotfiles/hypr/scripts/startup/keyring.sh b/hypr-configs/dotfiles/hypr/scripts/startup/keyring.sh index 66d103c..fb01740 100755 --- a/hypr-configs/dotfiles/hypr/scripts/startup/keyring.sh +++ b/hypr-configs/dotfiles/hypr/scripts/startup/keyring.sh @@ -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 diff --git a/hypr-configs/dotfiles/hypr/scripts/startup/swayosd.sh b/hypr-configs/dotfiles/hypr/scripts/startup/swayosd.sh index b47359d..99b3721 100755 --- a/hypr-configs/dotfiles/hypr/scripts/startup/swayosd.sh +++ b/hypr-configs/dotfiles/hypr/scripts/startup/swayosd.sh @@ -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" diff --git a/linux-configs b/linux-configs index 802a663..3c74f7f 160000 --- a/linux-configs +++ b/linux-configs @@ -1 +1 @@ -Subproject commit 802a66316562c4a23dbf98176e6741b4ef184a79 +Subproject commit 3c74f7fac7ed84882fe8e59dcd0ee9eb9af60477