mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Replace discord with vesktop
This commit is contained in:
parent
60f77b7707
commit
b15a43697f
|
@ -10,7 +10,8 @@ exec-once = sleep 1 && systemctl --user start wayland-session.target # Hyprland
|
|||
# exec-once = udiskie -A -T
|
||||
# exec-once = nm-applet --indicator
|
||||
|
||||
exec-once = discord
|
||||
exec-once = vesktop
|
||||
# exec-once = discord
|
||||
# exec-once = webcord --start-minimized
|
||||
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ bind = SUPER, Return, exec, kitty
|
|||
bind = SUPER, X, exec, pcmanfm-qt
|
||||
bind = SUPER, B, exec, firefox
|
||||
bind = SUPER, S, exec, spotify
|
||||
bind = SUPER, D, exec, discord
|
||||
bind = SUPER, D, exec, vesktop
|
||||
bind = SUPER, C, exec, qalculate-gtk
|
||||
bind = , XF86Calculator, exec, qalculate-gtk
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
windowrulev2 = workspace 2, class:^(firefox)$
|
||||
windowrulev2 = workspace 4, class:^(discord)$
|
||||
windowrulev2 = workspace 4, class:^(vesktop)$
|
||||
windowrulev2 = workspace 4, class:^(WebCord)$
|
||||
windowrulev2 = workspace 5, class:^(Spotify)$
|
||||
windowrulev2 = workspace 6, class:^(Stremio)$
|
||||
|
|
|
@ -84,7 +84,7 @@ yay -S --noconfirm --needed \
|
|||
|
||||
# Applications
|
||||
yay -S --noconfirm --needed \
|
||||
discord firefox chromium kitty mpv pcmanfm-qt file-roller obs-studio qbittorrent \
|
||||
vesktop firefox chromium kitty mpv pcmanfm-qt file-roller obs-studio qbittorrent \
|
||||
qalculate-gtk-nognome spotify nomacs
|
||||
yay -S --noconfirm --needed stremio
|
||||
|
||||
|
|
Loading…
Reference in a new issue