mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-16 06:32:51 +02:00
hyprland config
This commit is contained in:
parent
f1e8289fb3
commit
71aaa6c056
6 changed files with 281 additions and 0 deletions
20
dot_config/hypr/exec.conf
Normal file
20
dot_config/hypr/exec.conf
Normal file
|
@ -0,0 +1,20 @@
|
|||
# wallpapers
|
||||
exec = hyprpaper
|
||||
|
||||
# fcitx5
|
||||
exec-once = fcitx5 --replace -d
|
||||
|
||||
# custom cursor
|
||||
exec-once = hyprctl setcursor Bibata-Modern-Classic 20
|
||||
|
||||
# startup applications
|
||||
# exec-once = firefox
|
||||
exec-once = 1password --silent
|
||||
|
||||
# clipboard manager
|
||||
exec-once = wl-paste --type text --watch cliphist store #Stores only text data
|
||||
exec-once = wl-paste --type image --watch cliphist store #Stores only image data
|
||||
|
||||
# eww widgets
|
||||
exec-once = eww open status-bar
|
||||
exec-once = eww open desktop-bg
|
Loading…
Add table
Add a link
Reference in a new issue