From bd53460b1420aba055264d8e2505841fd01e5dbb Mon Sep 17 00:00:00 2001 From: sudacode Date: Tue, 18 Mar 2025 00:07:13 -0700 Subject: [PATCH] update config --- hyprland.conf | 15 +++++++++------ keybindings.conf | 9 +++++---- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/hyprland.conf b/hyprland.conf index ca3598c..1084af1 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -35,7 +35,7 @@ $terminal = uwsm app -- ghostty $fileManager = uwsm app -- thunar $menu = rofi -show drun -run-command "uwsm app -- {cmd}" # $notification_daemon = dunst -$notification_daemon = uwsm app -- swaync +$notification_daemon = uwsm app -- swaync -c ~/.config/swaync/config.json ################# @@ -52,10 +52,12 @@ exec-once = $terminal exec-once = uwsm app -sb -S both -t scope -- hyprpm update -nn exec-once = uwsm app -sb -S both -t scope -- hyprpm reload -nn exec-once = uwsm app -sb -t service -- nm-applet -# exec-once = uwsm app -sb -t service -- waybar # handled by systemd servcie +exec-once = uwsm app -sb -t service -- waybar -c ~/.config/waybar/catppuccin-macchiato/config.jsonc -s ~/.config/waybar/catppuccin-macchiato/style.css exec-once = uwsm app -sb -t service -- hyprsunset exec-once = uwsm app -sb -t service -- polkit-kde-authentication-agent-1.desktop exec-once = uwsm app -sb -t service -- variety +exec-once = ~/.local/bin/aria +# exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP ############################# @@ -78,7 +80,7 @@ exec-once = uwsm app -sb -t service -- variety # https://wiki.hyprland.org/Configuring/Variables/#general general { gaps_in = 5 - gaps_out = 20 + gaps_out = 8 border_size = 2 @@ -221,7 +223,7 @@ render { } misc { - # font_family = JetBrainsMono Nerd Font + font_family = JetBrainsMono Nerd Font } # {{{ WORKSPACES @@ -257,10 +259,11 @@ windowrulev2 = opacity 0.77, class:.* fullscreen:0 # windowrulev2 = opacity 1, class:.* fullscreen:0 windowrulev2 = opacity 1, class:mpv fullscreen:0 windowrulev2 = opacity 1, class:anki fullscreen:0 -windowrulev2 = opacity 1, class:Thorium-browser title:.*asbplayer -windowrulev2 = tile, class:Thorium-browser title:*asbplayer +windowrulev2 = opacity 1, class:Thorium-browser title:(.*)asbplayer +windowrulev2 = tile, class:Thorium-browser title:(.*)asbplayer windowrulev2 = opacity 1, class:remote-viewer windowrulev2 = opacity 1, class:com.obsproject.Studio +windowrulev2 = opacity 1, title:(.*)(- YouTube(.*)) # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ diff --git a/keybindings.conf b/keybindings.conf index b3a08e5..c15c285 100644 --- a/keybindings.conf +++ b/keybindings.conf @@ -81,10 +81,11 @@ bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+ bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%- # Requires playerctl -bindl = , XF86AudioNext, exec, playerctl next -bindl = , XF86AudioPause, exec, playerctl play-pause -bindl = , XF86AudioPlay, exec, playerctl play-pause -bindl = , XF86AudioPrev, exec, playerctl previous +bindl = , XF86AudioNext, exec, mpc next +bindl = , XF86AudioPause, exec, mpc toggle +bindl = , XF86AudioPlay, exec, mpc toggle +bindl = , XF86AudioPrev, exec, mpc prev +# bindl = , XF86AudioStop, exec, mpc stop # rofi bind = $mainMod SHIFT, v, exec, uwsm app -sb -- rofi-rbw