summaryrefslogtreecommitdiff
path: root/.config/hypr/#hyprland.conf#
diff options
context:
space:
mode:
authorJackJ30 <jackqjamison@proton.me>2024-09-10 21:32:18 -0400
committerJackJ30 <jackqjamison@proton.me>2024-09-10 21:32:18 -0400
commit0ddd38e5fa62949d1161d06c7c70ee9ff135ebdb (patch)
tree0ddd091bbed1a1c177101799bc4bea39b45224fa /.config/hypr/#hyprland.conf#
parent96d42cb1e0c3e8d572336c950e9aeaaf0a0e948e (diff)
emacs lsp and hyprland
Diffstat (limited to '.config/hypr/#hyprland.conf#')
-rw-r--r--.config/hypr/#hyprland.conf#65
1 files changed, 0 insertions, 65 deletions
diff --git a/.config/hypr/#hyprland.conf# b/.config/hypr/#hyprland.conf#
deleted file mode 100644
index 5df0c2c..0000000
--- a/.config/hypr/#hyprland.conf#
+++ /dev/null
@@ -1,65 +0,0 @@
-source=binds.conf
-source=monitors.conf
-source=style.conf
-source=windowrules.conf
-
-# Slow app launch fix
-exec-once = systemctl --user import-environment &
-exec-once = hash dbus-update-activation-environment 2>/dev/null &
-exec-once = dbus-update-activation-environment --systemd &
-#exec-once = xdg-desktop-portal-hyprland &
-
-exec-once = hyprctl setcursor HyprBibataModernClassicSVG 24
-exec-once = hyprctl dispatch workspace 1
-exec-once = xrandr --output XWAYLAND0 --primary
-exec-once = gsettings set org.gnome.desktop.interface cursor-theme "Bibata-Modern-Classic"
-exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
-exec-once = gsettings set org.gnome.desktop.interface gtk-theme Adwaita
-exec-once = hyprpaper
-exec-once = waybar
-
-# Some default env vars.
-env = QT_QPA_PLATFORMTHEME,qt6ct # change to qt6ct if you have that
-env = XDG_SESSION_TYPE,wayland
-env = XDG_SESSION_DESKTOP,Hyprland
-env = XCURSOR_THEME,"Bibata-Modern-Classic"
-env = XCURSOR_SIZE,24
-env = HYPRCURSOR_THEME,HyprBibataModernClassicSVG
-env = HYPRCURSOR_SIZE,64
-env = LIBVA_DRIVER_NAME,nvidia
-env = GBM_BACKEND,nvidia-drm
-env = __GLX_VENDOR_LIBRARY_NAME,nvidia
-
-# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
-input {
- kb_layout = us
- kb_variant =
- kb_model =
- kb_options = ctrl:nocaps
- kb_rules =
-
- follow_mouse = 1
-
- repeat_delay = 300
- repeat_rate = 30
-
- touchpad {
- natural_scroll = no
- }
-
- sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
-}
-
-general {
- layout = dwindle
- #layout = master
-
- # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
- allow_tearing = false
-}
-
-windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
-windowrulev2 = noanim,class:^(xwaylandvideobridge)$
-windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
-windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$
-windowrulev2 = noblur,class:^(xwaylandvideobridge)$