Compare commits
6 Commits
edcbe0f6fd
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
0cbeaf84f3 | ||
|
ddc90c3898 | ||
|
ed2b85244b | ||
|
d19373cd9d | ||
|
fc793e41b1 | ||
|
005e99385a |
11
README.org
11
README.org
@@ -149,6 +149,7 @@ exec-once = uwsm app -- fumon &
|
|||||||
exec-once = uwsm app -- kdeconnectd --replace &
|
exec-once = uwsm app -- kdeconnectd --replace &
|
||||||
exec-once = uwsm app -- wl-paste --type text --watch cliphist store &
|
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 -- wl-paste --type image --watch cliphist store &
|
||||||
|
exec-once = uwsm app -- $HOME/.scripts/dunst.sh --on &
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Desktop Setup
|
*** Desktop Setup
|
||||||
@@ -168,7 +169,6 @@ exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &
|
|||||||
exec-once = uwsm app -- blueman-applet &
|
exec-once = uwsm app -- blueman-applet &
|
||||||
exec-once = uwsm app -- nm-applet &
|
exec-once = uwsm app -- nm-applet &
|
||||||
exec-once = uwsm app -- kdeconnect-indicator &
|
exec-once = uwsm app -- kdeconnect-indicator &
|
||||||
exec-once = uwsm app -- gammastep-indicator &
|
|
||||||
exec-once = uwsm app -- udiskie -a -n -s &
|
exec-once = uwsm app -- udiskie -a -n -s &
|
||||||
exec-once = uwsm app -- nextcloud &
|
exec-once = uwsm app -- nextcloud &
|
||||||
exec-once = uwsm app -- syncthing-gtk &
|
exec-once = uwsm app -- syncthing-gtk &
|
||||||
@@ -712,8 +712,6 @@ opengl {
|
|||||||
|
|
||||||
#+BEGIN_SRC conf :tangle hyprland.conf
|
#+BEGIN_SRC conf :tangle hyprland.conf
|
||||||
render {
|
render {
|
||||||
explicit_sync = 2
|
|
||||||
explicit_sync_kms = 2
|
|
||||||
direct_scanout = 2
|
direct_scanout = 2
|
||||||
expand_undersized_textures = true
|
expand_undersized_textures = true
|
||||||
xp_mode = false
|
xp_mode = false
|
||||||
@@ -851,8 +849,8 @@ screencopy {
|
|||||||
|
|
||||||
#+BEGIN_SRC conf :tangle hypridle.conf
|
#+BEGIN_SRC conf :tangle hypridle.conf
|
||||||
general {
|
general {
|
||||||
lock_cmd = pgrep hyprlock || (hyprlock && sleep 3) # avoid starting multiple hyprlock instances
|
lock_cmd = pgrep hyprlock || hyprlock # avoid starting multiple hyprlock instances
|
||||||
before_sleep_cmd = loginctl lock-session && sleep 3 # lock before suspend
|
before_sleep_cmd = loginctl lock-session # lock before suspend
|
||||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
|
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
|
||||||
ignore_dbus_inhibit = false
|
ignore_dbus_inhibit = false
|
||||||
ignore_systemd_inhibit = false
|
ignore_systemd_inhibit = false
|
||||||
@@ -916,7 +914,7 @@ auth {
|
|||||||
|
|
||||||
#+BEGIN_SRC conf :tangle hyprlock.conf
|
#+BEGIN_SRC conf :tangle hyprlock.conf
|
||||||
animations {
|
animations {
|
||||||
enabled = true
|
enabled = false
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
@@ -928,6 +926,7 @@ animations {
|
|||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = ~/Data/NextCloud/Wallpapers/Desktop/Solar_System.png
|
path = ~/Data/NextCloud/Wallpapers/Desktop/Solar_System.png
|
||||||
|
color = rgba(282a36ff)
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
general {
|
general {
|
||||||
lock_cmd = pgrep hyprlock || (hyprlock && sleep 3) # avoid starting multiple hyprlock instances
|
lock_cmd = pgrep hyprlock || hyprlock # avoid starting multiple hyprlock instances
|
||||||
before_sleep_cmd = loginctl lock-session && sleep 3 # lock before suspend
|
before_sleep_cmd = loginctl lock-session # lock before suspend
|
||||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
|
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
|
||||||
ignore_dbus_inhibit = false
|
ignore_dbus_inhibit = false
|
||||||
ignore_systemd_inhibit = false
|
ignore_systemd_inhibit = false
|
||||||
|
@@ -10,6 +10,7 @@ exec-once = uwsm app -- fumon &
|
|||||||
exec-once = uwsm app -- kdeconnectd --replace &
|
exec-once = uwsm app -- kdeconnectd --replace &
|
||||||
exec-once = uwsm app -- wl-paste --type text --watch cliphist store &
|
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 -- 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 -- hyprctl setcursor breeze-hacked-cursor-theme 24 &
|
||||||
exec-once = uwsm app -- hyprpm reload -n &
|
exec-once = uwsm app -- hyprpm reload -n &
|
||||||
@@ -21,7 +22,6 @@ exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &
|
|||||||
exec-once = uwsm app -- blueman-applet &
|
exec-once = uwsm app -- blueman-applet &
|
||||||
exec-once = uwsm app -- nm-applet &
|
exec-once = uwsm app -- nm-applet &
|
||||||
exec-once = uwsm app -- kdeconnect-indicator &
|
exec-once = uwsm app -- kdeconnect-indicator &
|
||||||
exec-once = uwsm app -- gammastep-indicator &
|
|
||||||
exec-once = uwsm app -- udiskie -a -n -s &
|
exec-once = uwsm app -- udiskie -a -n -s &
|
||||||
exec-once = uwsm app -- nextcloud &
|
exec-once = uwsm app -- nextcloud &
|
||||||
exec-once = uwsm app -- syncthing-gtk &
|
exec-once = uwsm app -- syncthing-gtk &
|
||||||
@@ -280,8 +280,6 @@ opengl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
render {
|
render {
|
||||||
explicit_sync = 2
|
|
||||||
explicit_sync_kms = 2
|
|
||||||
direct_scanout = 2
|
direct_scanout = 2
|
||||||
expand_undersized_textures = true
|
expand_undersized_textures = true
|
||||||
xp_mode = false
|
xp_mode = false
|
||||||
|
@@ -17,12 +17,13 @@ auth {
|
|||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = true
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = ~/Data/NextCloud/Wallpapers/Desktop/Solar_System.png
|
path = ~/Data/NextCloud/Wallpapers/Desktop/Solar_System.png
|
||||||
|
color = rgba(282a36ff)
|
||||||
}
|
}
|
||||||
|
|
||||||
input-field {
|
input-field {
|
||||||
|
Reference in New Issue
Block a user