Compare commits
4 Commits
fc793e41b1
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
0cbeaf84f3 | ||
|
ddc90c3898 | ||
|
ed2b85244b | ||
|
d19373cd9d |
@@ -149,6 +149,7 @@ exec-once = uwsm app -- fumon &
|
||||
exec-once = uwsm app -- kdeconnectd --replace &
|
||||
exec-once = uwsm app -- wl-paste --type text --watch cliphist store &
|
||||
exec-once = uwsm app -- wl-paste --type image --watch cliphist store &
|
||||
exec-once = uwsm app -- $HOME/.scripts/dunst.sh --on &
|
||||
#+END_SRC
|
||||
|
||||
*** Desktop Setup
|
||||
@@ -711,8 +712,6 @@ opengl {
|
||||
|
||||
#+BEGIN_SRC conf :tangle hyprland.conf
|
||||
render {
|
||||
explicit_sync = 2
|
||||
explicit_sync_kms = 2
|
||||
direct_scanout = 2
|
||||
expand_undersized_textures = true
|
||||
xp_mode = false
|
||||
@@ -915,7 +914,7 @@ auth {
|
||||
|
||||
#+BEGIN_SRC conf :tangle hyprlock.conf
|
||||
animations {
|
||||
enabled = true
|
||||
enabled = false
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
@@ -927,6 +926,7 @@ animations {
|
||||
background {
|
||||
monitor =
|
||||
path = ~/Data/NextCloud/Wallpapers/Desktop/Solar_System.png
|
||||
color = rgba(282a36ff)
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
|
@@ -10,6 +10,7 @@ exec-once = uwsm app -- fumon &
|
||||
exec-once = uwsm app -- kdeconnectd --replace &
|
||||
exec-once = uwsm app -- wl-paste --type text --watch cliphist store &
|
||||
exec-once = uwsm app -- wl-paste --type image --watch cliphist store &
|
||||
exec-once = uwsm app -- $HOME/.scripts/dunst.sh --on &
|
||||
|
||||
exec-once = uwsm app -- hyprctl setcursor breeze-hacked-cursor-theme 24 &
|
||||
exec-once = uwsm app -- hyprpm reload -n &
|
||||
@@ -279,8 +280,6 @@ opengl {
|
||||
}
|
||||
|
||||
render {
|
||||
explicit_sync = 2
|
||||
explicit_sync_kms = 2
|
||||
direct_scanout = 2
|
||||
expand_undersized_textures = true
|
||||
xp_mode = false
|
||||
|
@@ -17,12 +17,13 @@ auth {
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = true
|
||||
enabled = false
|
||||
}
|
||||
|
||||
background {
|
||||
monitor =
|
||||
path = ~/Data/NextCloud/Wallpapers/Desktop/Solar_System.png
|
||||
color = rgba(282a36ff)
|
||||
}
|
||||
|
||||
input-field {
|
||||
|
Reference in New Issue
Block a user