personal dotfiles: my Hyprland config
| -rw-r--r-- | .config/aerc/aerc.conf | 1 | ||||
| -rw-r--r-- | .config/hypr/hypridle.conf | 4 | ||||
| -rw-r--r-- | .config/hypr/hyprland.conf | 1 | ||||
| -rw-r--r-- | .config/micro/settings.json | 1 | ||||
| -rw-r--r-- | .config/rc/rc.conf | 1 |
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" |