Set ft to hyprlang in hyprland dots (oops)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# vim: set ft=config:
|
||||
# vim: set ft=hyprlang:
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# vim: set ft=config:
|
||||
# vim: set ft=hyprlang:
|
||||
# https://wiki.hyprland.org/Configuring/Binds/
|
||||
$mainMod = ALT
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# vim: set ft=config:
|
||||
# vim: set ft=hyprlang:
|
||||
# Configuration for hypridle is in ~/.config/hypr/hypridle.conf
|
||||
exec-once = hypridle
|
||||
|
@@ -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; }
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user