summaryrefslogtreecommitdiff
path: root/.config/x11
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-08-03 21:29:53 +0530
committerkrolxon <krolyxon@tutanota.com>2025-08-03 21:29:53 +0530
commit3718ac5eb3aae770e0b50e44b514c276376f1bcf (patch)
tree9db1e5af4964e6b1e03f0ecf79f18a8d9de87491 /.config/x11
parent216cf47a22e69ec42ba26118dc92154d5ef95862 (diff)
move to hyprland
Diffstat (limited to '.config/x11')
-rw-r--r--.config/x11/xinitrc23
1 files changed, 0 insertions, 23 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
deleted file mode 100644
index e2b6889..0000000
--- a/.config/x11/xinitrc
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-#setwall &
-
-if [ $(envycontrol -q) = "nvidia" ]; then
- xrandr --setprovideroutputsource modesetting NVIDIA-0
- xrandr --auto
- xrandr --dpi 96
-fi
-
-# xwallpaper --zoom ~/.local/share/wallpaper3.jpg
-# xwallpaper --zoom $(find .local/share/wallpapers -type f | shuf -n 1)
-xwallpaper --zoom $(find pix/wallpapers -type f | grep "jpg" | shuf -n 1)
-xcompmgr &
-xset r rate 300 50
-xrandr -r 60.00
-unclutter &
-dwmblocks &
-dunst &
-backlight_control 20 &
-redshift &
-# exec dwm > /dev/null 2>&1
-while type dwm > /dev/null ; do dwm && continue || break ; done