Set ft to hyprlang in hyprland dots (oops)
This commit is contained in:
parent
926510a96c
commit
90ef8c3271
hyprland/.config/hypr
config.d
00-basic.conf03-keybinds.conf04-inputs.conf50-window-rules.conf60-monitors.conf80-autostart-daemons.conf81-autostart-hypridle.conf82-autostart-swww.conf85-autostart-applications.conf90-post.conf
contrib
000-debug.conf20-plugin-hyprexpo.conf30-dsk-ryzen-1.ws.mgmt.desu.ltd.conf30-lap-fw-diy-1.ws.mgmt.desu.ltd.conf30-lap-s76-lemp13-0.ws.mgmt.desu.ltd.conf
hypridle.confhyprland.confhyprlock.conf@ -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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# vim: set ft=config:
|
||||
# vim: set ft=hyprlang:
|
||||
debug {
|
||||
# This enables debug logging for troubleshooting
|
||||
disable_logs = false
|
||||
|
@ -1,4 +1,4 @@
|
||||
# vim: set ft=config:
|
||||
# vim: set ft=hyprlang:
|
||||
# https://github.com/hyprwm/hyprland-plugins/tree/main/hyprexpo
|
||||
bind = $mainMod, grave, hyprexpo:expo, toggle
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# vim: set ft=config:
|
||||
# vim: set ft=hyprlang:
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
#monitor=eDP-1,preferred,auto,1.3333
|
||||
monitor = DP-1,preferred,2560x0,1
|
||||
|
@ -1,3 +1,3 @@
|
||||
# vim: set ft=config:
|
||||
# vim: set ft=hyprlang:
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=eDP-1,preferred,auto,1.3333
|
||||
|
@ -1,3 +1,3 @@
|
||||
# vim: set ft=config:
|
||||
# vim: set ft=hyprlang:
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=eDP-1,preferred,auto,1.00
|
||||
|
@ -1,4 +1,4 @@
|
||||
# vim: set ft=config:
|
||||
# vim: set ft=hyprlang:
|
||||
# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hypridle
|
||||
general {
|
||||
lock_cmd = pgrep -u "$USER" hyprlock || hyprlock
|
||||
|
@ -1,3 +1,3 @@
|
||||
# vim: set ft=config:
|
||||
# vim: set ft=hyprlang:
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
source = ~/.config/hypr/config.d/*.conf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# vim: set ft=config:
|
||||
# vim: set ft=hyprlang:
|
||||
# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock
|
||||
|
||||
# General settings
|
||||
|
Loading…
x
Reference in New Issue
Block a user