hyprland: add startup apps, remove language modules and use fcitx5
This commit is contained in:
parent
328e263dc3
commit
50dd221409
6 changed files with 54 additions and 13 deletions
13
scripts/hyprland/start_apps.sh
Executable file
13
scripts/hyprland/start_apps.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Open qbittorrent
|
||||
qbittorrent &
|
||||
|
||||
# Open vesktop
|
||||
vesktop &
|
||||
|
||||
# Open steam
|
||||
steam &
|
||||
|
||||
# Open firefox
|
||||
firefox
|
|
@ -56,6 +56,11 @@ kdeconnect-cli --refresh &
|
|||
wl-paste --type text --watch cliphist store &
|
||||
wl-paste --type image --watch cliphist store &
|
||||
|
||||
#
|
||||
# Start Fcitx5
|
||||
#
|
||||
fcitx5 &
|
||||
|
||||
#
|
||||
# Start the blueman applet for managing bluetooth devices
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue