Compare commits

..

2 Commits

5 changed files with 17 additions and 6 deletions

View File

@ -1,2 +1,4 @@
monitor=DP-1,highres,0x0,2,transform,1 monitor=DP-1,highres,0x0,2,transform,1
monitor=HDMI-A-2,highres,1080x0,2 monitor=HDMI-A-2,highres,1080x0,2
# vim: ft=hyprlang

View File

@ -1,2 +1,4 @@
monitor=DP-1,highres,0x0,2 monitor=DP-1,highres,0x0,2
monitor=HDMI-A-2,highres,1920x0,2 monitor=HDMI-A-2,highres,1920x0,2
# vim: ft=hyprlang

View File

@ -6,12 +6,12 @@ input {
} }
general { general {
gaps_in = 4 gaps_in = 3
gaps_out = 6 gaps_out = 4
layout = dwindle layout = dwindle
border_size = 2 border_size = 3
col.inactive_border = 0xff808080 col.inactive_border = 0xff5387ac
col.active_border = 0xffbf6a40 col.active_border = 0xffac7853
} }
dwindle { dwindle {
@ -20,6 +20,7 @@ dwindle {
decoration { decoration {
drop_shadow = true drop_shadow = true
rounding = 4
} }
animations { animations {
@ -30,7 +31,7 @@ misc {
disable_hyprland_logo = true disable_hyprland_logo = true
disable_splash_rendering = true disable_splash_rendering = true
disable_autoreload = true disable_autoreload = true
background_color = rgb(808080) background_color = 0xff808080
} }
$menu = wofi -S run $menu = wofi -S run
@ -120,3 +121,5 @@ bindm = $mainMod,mouse:273,resizewindow
exec-once = waybar exec-once = waybar
exec-once = swayidle -w timeout 300 'swaylock -f -c 263c59' before-sleep 'swaylock -f -c 263c59' exec-once = swayidle -w timeout 300 'swaylock -f -c 263c59' before-sleep 'swaylock -f -c 263c59'
# vim: ft=hyprlang

View File

@ -1,3 +1,5 @@
monitor=eDP-1,prefered,0x0,1.5 monitor=eDP-1,prefered,0x0,1.5
monitor=DP-1,highres,1280x0,2 monitor=DP-1,highres,1280x0,2
monitor=HDMI-A-1,highres,3200x0,2 monitor=HDMI-A-1,highres,3200x0,2
# vim: ft=hyprlang

View File

@ -6,3 +6,5 @@ env = WLR_NO_HARDWARE_CURSORS,1
monitor=DP-1,highres,0x0,2 monitor=DP-1,highres,0x0,2
monitor=DP-2,highres,1920x0,2 monitor=DP-2,highres,1920x0,2
# vim: ft=hyprlang