Compare commits
No commits in common. "72f2a053c06738f420f74fff970bcb02aa4b7f70" and "0c0a1a9f9c46055b550b700246b7284b9946812d" have entirely different histories.
72f2a053c0
...
0c0a1a9f9c
@ -1,4 +1,2 @@
|
||||
monitor=DP-1,highres,0x0,2,transform,1
|
||||
monitor=HDMI-A-2,highres,1080x0,2
|
||||
|
||||
# vim: ft=hyprlang
|
||||
|
@ -1,4 +1,2 @@
|
||||
monitor=DP-1,highres,0x0,2
|
||||
monitor=HDMI-A-2,highres,1920x0,2
|
||||
|
||||
# vim: ft=hyprlang
|
||||
|
@ -6,12 +6,12 @@ input {
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in = 3
|
||||
gaps_out = 4
|
||||
gaps_in = 4
|
||||
gaps_out = 6
|
||||
layout = dwindle
|
||||
border_size = 3
|
||||
col.inactive_border = 0xff5387ac
|
||||
col.active_border = 0xffac7853
|
||||
border_size = 2
|
||||
col.inactive_border = 0xff808080
|
||||
col.active_border = 0xffbf6a40
|
||||
}
|
||||
|
||||
dwindle {
|
||||
@ -20,7 +20,6 @@ dwindle {
|
||||
|
||||
decoration {
|
||||
drop_shadow = true
|
||||
rounding = 4
|
||||
}
|
||||
|
||||
animations {
|
||||
@ -31,7 +30,7 @@ misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
disable_autoreload = true
|
||||
background_color = 0xff808080
|
||||
background_color = rgb(808080)
|
||||
}
|
||||
|
||||
$menu = wofi -S run
|
||||
@ -121,5 +120,3 @@ bindm = $mainMod,mouse:273,resizewindow
|
||||
|
||||
exec-once = waybar
|
||||
exec-once = swayidle -w timeout 300 'swaylock -f -c 263c59' before-sleep 'swaylock -f -c 263c59'
|
||||
|
||||
# vim: ft=hyprlang
|
||||
|
@ -1,5 +1,3 @@
|
||||
monitor=eDP-1,prefered,0x0,1.5
|
||||
monitor=DP-1,highres,1280x0,2
|
||||
monitor=HDMI-A-1,highres,3200x0,2
|
||||
|
||||
# vim: ft=hyprlang
|
||||
|
@ -6,5 +6,3 @@ env = WLR_NO_HARDWARE_CURSORS,1
|
||||
|
||||
monitor=DP-1,highres,0x0,2
|
||||
monitor=DP-2,highres,1920x0,2
|
||||
|
||||
# vim: ft=hyprlang
|
||||
|
Loading…
x
Reference in New Issue
Block a user