clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix alignment

sspaeti 1ffa0c9b 6242d116

+2 -2
+2 -2
hypr/.config/hypr/monitors.conf
··· 38 38 # monitor = DP-1, 3840x2160@60, 0x0, 1.5 39 39 40 40 # # TUXEDO laptop internal screen (default) - append mirror for demo-presentations 41 - # monitor = eDP-1, 2880x1800@120, 448x1472, 1.8 #, mirror, DP-1 41 + # monitor = eDP-1, 2880x1800@120, 480x1440, 1.8 #, mirror, DP-1 42 42 43 43 # MIRROR for PRESENTATIONs -> Comment out above and use below -> Or just append `mirror,DP-1` or `mirror,HDMI-A-1` to above. Check with `hyprctl monitors` 44 44 ##-1 DisplayPort: ··· 57 57 # Only the POSITION changes between home and office 58 58 59 59 # SUPER ALT 7: HOME setup (external above, laptop below) -- Toggle to HOME setup 60 - bindd = SUPER ALT, 7, Home Setup, exec, hyprctl keyword monitor "DP-1,3840x2160@60,0x0,1.5" && hyprctl keyword monitor "eDP-1,2880x1800@120,448x1472,1.8" && notify-send "Monitor Setup" "HOME: External above laptop" 60 + bindd = SUPER ALT, 7, Home Setup, exec, hyprctl keyword monitor "DP-1,3840x2160@60,0x0,1.5" && hyprctl keyword monitor "eDP-1,2880x1800@120,480x1440,1.8" && notify-send "Monitor Setup" "HOME: External above laptop" 61 61 bindd = SUPER ALT, 1, Home Setup, exec, hyprctl keyword monitor "DP-1,3840x2160@60,0x0,1.5" && hyprctl keyword monitor "eDP-1,disable" && notify-send "Monitor Setup" "HOME: External only" 62 62 63 63