update config
This commit is contained in:
parent
199c5e8dd4
commit
bd53460b14
@ -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)$
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user