Change monitor stuff
This commit is contained in:
parent
d32656069a
commit
71dcf157a5
@ -13,6 +13,9 @@
|
|||||||
wl-clipboard
|
wl-clipboard
|
||||||
catppuccin-cursors.macchiatoLavender
|
catppuccin-cursors.macchiatoLavender
|
||||||
bibata-cursors
|
bibata-cursors
|
||||||
|
# For potentially fixing some issues
|
||||||
|
libsForQt5.qt5.qtwayland
|
||||||
|
libsForQt5.qt5ct
|
||||||
];
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
@ -22,11 +25,17 @@
|
|||||||
"$shiftMainMod" = "SUPER_SHIFT";
|
"$shiftMainMod" = "SUPER_SHIFT";
|
||||||
"$term" = "kitty";
|
"$term" = "kitty";
|
||||||
|
|
||||||
|
# monitors
|
||||||
|
"$mon_top" = "desc:BNQ G2420HDBL T2B04424SL000";
|
||||||
|
"$mon_left" = "desc:Samsung Electric Company LS27A600U HNMT502389";
|
||||||
|
"$mon_center" = "desc:Acer Technologies XB271HU #ASPVEKfgZ8Dd";
|
||||||
|
"$mon_right" = "desc:Samsung Electric Company LS27A600U HNMT502390";
|
||||||
|
|
||||||
monitor = [
|
monitor = [
|
||||||
"DP-6,1920x1080@60,2560x0,1" # top T2B04424SL000
|
"$mon_top,1920x1080@60,2560x0,1" # top T2B04424SL000
|
||||||
"DP-8,2560x1440@75,0x1080,1" # left
|
"$mon_left,2560x1440@75,0x1080,1" # left
|
||||||
"DP-5,2560x1440@120,2560x1080,1" # main #ASPVEKfgZ8Dd
|
"$mon_center,2560x1440@120,2560x1080,1" # main #ASPVEKfgZ8Dd
|
||||||
"DP-7,2560x1440@75,5120x1080,1" # right
|
"$mon_right,2560x1440@75,5120x1080,1" # right
|
||||||
];
|
];
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "no";
|
kb_layout = "no";
|
||||||
@ -85,6 +94,14 @@
|
|||||||
"opacity 0.95 override 0.7 override,class:^(kitty)$"
|
"opacity 0.95 override 0.7 override,class:^(kitty)$"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
workspace = [
|
||||||
|
"name:mumble, monitor:$mon_top, persistent:true, default:true"
|
||||||
|
"name:left, monitor:$mon_left, persistent:true, default:true"
|
||||||
|
"name:right, monitor:$mon_right, persistent:true, default:true"
|
||||||
|
"name:main 1, monitor:$mon_center, persistent:true, default:true"
|
||||||
|
"name:main 2, monitor:$mon_center, persistent:true, default:false"
|
||||||
|
];
|
||||||
|
|
||||||
bindm = [
|
bindm = [
|
||||||
"ALT,mouse:272,movewindow"
|
"ALT,mouse:272,movewindow"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user