Set ft to hyprlang in hyprland dots (oops)

This commit is contained in:
2025-02-13 14:24:36 -06:00
parent 926510a96c
commit 90ef8c3271
18 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
# vim: set ft=config:
# vim: set ft=hyprlang:
# Some default env vars.
env = XCURSOR_SIZE,24

View File

@@ -1,4 +1,4 @@
# vim: set ft=config:
# vim: set ft=hyprlang:
# https://wiki.hyprland.org/Configuring/Binds/
$mainMod = ALT

View File

@@ -1,4 +1,4 @@
# vim: set ft=config:
# vim: set ft=hyprlang:
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
kb_layout = us

View File

@@ -1,4 +1,4 @@
# vim: set ft=config:
# vim: set ft=hyprlang:
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
# Force all windows to be unable to maximize themselves

View File

@@ -1,4 +1,4 @@
# vim: set ft=config:
# vim: set ft=hyprlang:
# See https://wiki.hyprland.org/Configuring/Monitors/
# Fall-through rule that sets sane defaults when possible
monitor=,preferred,auto,auto

View File

@@ -1,4 +1,4 @@
# vim: set ft=config:
# vim: set ft=hyprlang:
# Run this at first to fix up some systemd stuff
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP

View File

@@ -1,3 +1,3 @@
# vim: set ft=config:
# vim: set ft=hyprlang:
# Configuration for hypridle is in ~/.config/hypr/hypridle.conf
exec-once = hypridle

View File

@@ -1,2 +1,2 @@
# vim: set ft=config:
# vim: set ft=hyprlang:
exec-once = pgrep -U $USER swww-daemon || { rm /run/user/$UID/swww.socket; swww-daemon --format xrgb; }

View File

@@ -1,4 +1,4 @@
# vim: set ft=config:
# vim: set ft=hyprlang:
# Workspace-specific applications
exec-once = [workspace 2 silent] flatpak run com.valvesoftware.Steam -silent
exec-once = [workspace 8 silent] flatpak run org.keepassxc.KeePassXC

View File

@@ -1,2 +1,2 @@
# vim: set ft=config:
# vim: set ft=hyprlang:
exec-once = test -x "$HOME/.config/hypr/post.sh" && "$HOME/.config/hypr/post.sh"