[fix] Update monitor setting for the new monitor

This commit is contained in:
Uttarayan
2023-02-10 01:41:41 +05:30
parent 0e0516089b
commit 38d2b66252
8 changed files with 15 additions and 11 deletions

View File

@@ -1,10 +1,11 @@
#!/bin/sh
setxkbmap -option "ctrl:nocaps"
xwallpaper --zoom ~/Pictures/wallpaper.png &
xwallpaper --zoom ~/.local/share/dotfiles/images/wallpaper.jpg &
picom --config ~/.config/picom/picom.conf &
# libinput-gestures &
#discord --start-minimized &
xrandr --output HDMI-2 --mode 2560x1440 --refresh 120
export _JAVA_AWT_WM_NONREPARENTING=1
conky &
unclutter &