summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2025-10-03 11:30:43 -0400
committerZach DeCook <zachdecook@librem.one>2025-10-03 11:30:43 -0400
commitb15eccb2c39243611bf843b8fbc8459801a0fdaa (patch)
tree279504c191c6ea5bcf5020edd1aa8563309e7225 /.config
parent64812f285f1e0736484ac138f55fba32392a41bd (diff)
downloaddotfiles-b15eccb2c39243611bf843b8fbc8459801a0fdaa.tar.gz
launch swayidle via openrc
Diffstat (limited to '.config')
-rw-r--r--.config/aerc/aerc.conf1
-rw-r--r--.config/hypr/hypridle.conf4
-rw-r--r--.config/hypr/hyprland.conf1
-rw-r--r--.config/micro/settings.json1
-rw-r--r--.config/rc/rc.conf1
5 files changed, 7 insertions, 1 deletions
diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf
index cabb9ce..8616618 100644
--- a/.config/aerc/aerc.conf
+++ b/.config/aerc/aerc.conf
@@ -427,6 +427,7 @@ address-book-cmd=grep -i '%s' /home/user/.config/aerc/contacts.tsv
 #
 subject,~^\[PATCH=awk -f /usr/libexec/aerc/filters/hldiff
 text/x-patch=awk -f /usr/libexec/aerc/filters/hldiff
+text/x-diff=awk -f /usr/libexec/aerc/filters/hldiff
 text/plain=plaintext
 text/calendar=calendar
 message/delivery-status=cat
diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf
new file mode 100644
index 0000000..5890ebc
--- /dev/null
+++ b/.config/hypr/hypridle.conf
@@ -0,0 +1,4 @@
+listener {
+    timeout = 1800
+    on-timeout = hyprctl dispatch dpms off ; hyprctl keyword input:touchdevice:enabled false
+}
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 361635e..f25487b 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -134,7 +134,6 @@ master {
 
 gestures {
     # See https://wiki.hyprland.org/Configuring/Variables/ for more
-    workspace_swipe = on
     workspace_swipe_cancel_ratio = 0.5
     workspace_swipe_min_speed_to_force = 5
     workspace_swipe_touch = on
diff --git a/.config/micro/settings.json b/.config/micro/settings.json
index 3e0e805..137ebe0 100644
--- a/.config/micro/settings.json
+++ b/.config/micro/settings.json
@@ -1,6 +1,7 @@
 {
     "autoclose": false,
     "colorscheme": "simple",
+    "mkparents": true,
     "parsecursor": true,
     "softwrap": true,
     "tabsize": 2
diff --git a/.config/rc/rc.conf b/.config/rc/rc.conf
new file mode 100644
index 0000000..8a8578d
--- /dev/null
+++ b/.config/rc/rc.conf
@@ -0,0 +1 @@
+rc_env_allow="DISPLAY WAYLAND_DISPLAY XDG_RUNTIME_DIR HYPRLAND_INSTANCE_SIGNATURE"