diff --git a/.bashrc b/.bashrc index 9a3d89c..d37c740 100644 --- a/.bashrc +++ b/.bashrc @@ -24,5 +24,4 @@ esac eval "$(starship init bash)" -alias reboot-to-windows='sudo grub-reboot "Windows Boot Manager (on /dev/nvme1n1p1)" && sudo reboot' export PATH=~/.npm-global/bin:$PATH diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf index 73e5850..1bece46 100644 --- a/.config/hypr/monitors.conf +++ b/.config/hypr/monitors.conf @@ -1,5 +1,4 @@ -monitor=DP-1, 3840x2160@240, 0x0, 1.6, bitdepth, 10, vrr, 1 -monitor=DP-2, 2560x1440@240, 2400x-140, 1.25, transform, 3, vrr, 0 +monitor=eDP-2, 2880x1800@60, 0x0, 2.0, bitdepth, 10, vrr, 1 render { direct_scanout = 1 diff --git a/.config/hypr/workspaces.conf b/.config/hypr/workspaces.conf index c081ca0..8e2f717 100644 --- a/.config/hypr/workspaces.conf +++ b/.config/hypr/workspaces.conf @@ -1,5 +1,5 @@ -workspace = 1, monitor:DP-1, default:true -workspace = 2, monitor:DP-1 -workspace = 3, monitor:DP-2, default:true -workspace = 4, monitor:DP-2 -workspace = 5, monitor:DP-2 +workspace = 1, monitor:eDP-2 +workspace = 2, monitor:eDP-2 +workspace = 3, monitor:eDP-2 +workspace = 4, monitor:eDP-2 +workspace = 5, monitor:eDP-2