Compare commits
6 Commits
edcbe0f6fd
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
0cbeaf84f3 | ||
|
ddc90c3898 | ||
|
ed2b85244b | ||
|
d19373cd9d | ||
|
fc793e41b1 | ||
|
005e99385a |
13
README.org
13
README.org
@@ -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
|
||||
@@ -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 -- nm-applet &
|
||||
exec-once = uwsm app -- kdeconnect-indicator &
|
||||
exec-once = uwsm app -- gammastep-indicator &
|
||||
exec-once = uwsm app -- udiskie -a -n -s &
|
||||
exec-once = uwsm app -- nextcloud &
|
||||
exec-once = uwsm app -- syncthing-gtk &
|
||||
@@ -712,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
|
||||
@@ -851,9 +849,9 @@ screencopy {
|
||||
|
||||
#+BEGIN_SRC conf :tangle hypridle.conf
|
||||
general {
|
||||
lock_cmd = pgrep hyprlock || (hyprlock && sleep 3) # avoid starting multiple hyprlock instances
|
||||
before_sleep_cmd = loginctl lock-session && sleep 3 # lock before suspend
|
||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
|
||||
lock_cmd = pgrep hyprlock || hyprlock # avoid starting multiple hyprlock instances
|
||||
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
|
||||
ignore_dbus_inhibit = false
|
||||
ignore_systemd_inhibit = false
|
||||
inhibit_sleep = 2
|
||||
@@ -916,7 +914,7 @@ auth {
|
||||
|
||||
#+BEGIN_SRC conf :tangle hyprlock.conf
|
||||
animations {
|
||||
enabled = true
|
||||
enabled = false
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
@@ -928,6 +926,7 @@ animations {
|
||||
background {
|
||||
monitor =
|
||||
path = ~/Data/NextCloud/Wallpapers/Desktop/Solar_System.png
|
||||
color = rgba(282a36ff)
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
general {
|
||||
lock_cmd = pgrep hyprlock || (hyprlock && sleep 3) # avoid starting multiple hyprlock instances
|
||||
before_sleep_cmd = loginctl lock-session && sleep 3 # lock before suspend
|
||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
|
||||
lock_cmd = pgrep hyprlock || hyprlock # avoid starting multiple hyprlock instances
|
||||
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
|
||||
ignore_dbus_inhibit = false
|
||||
ignore_systemd_inhibit = false
|
||||
inhibit_sleep = 2
|
||||
|
@@ -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 &
|
||||
@@ -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 -- nm-applet &
|
||||
exec-once = uwsm app -- kdeconnect-indicator &
|
||||
exec-once = uwsm app -- gammastep-indicator &
|
||||
exec-once = uwsm app -- udiskie -a -n -s &
|
||||
exec-once = uwsm app -- nextcloud &
|
||||
exec-once = uwsm app -- syncthing-gtk &
|
||||
@@ -280,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