hyprland update config
This commit is contained in:
parent
78f5feb596
commit
26ef454dfc
|
@ -6,7 +6,7 @@
|
||||||
autogenerated = 0 # remove this line to remove the warning
|
autogenerated = 0 # remove this line to remove the warning
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor=eDP-1,1920x1080@60,auto,auto
|
monitor=eDP-1,1920x1080@60,auto,1.5
|
||||||
monitor=HDMI-A-1,2560x1440@144,auto,1
|
monitor=HDMI-A-1,2560x1440@144,auto,1
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
@ -60,7 +60,7 @@ general {
|
||||||
|
|
||||||
cursor_inactive_timeout = 1
|
cursor_inactive_timeout = 1
|
||||||
resize_on_border = false
|
resize_on_border = false
|
||||||
hover_icon_on_border = flase
|
hover_icon_on_border = 0
|
||||||
|
|
||||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||||
allow_tearing = false
|
allow_tearing = false
|
||||||
|
@ -124,16 +124,16 @@ misc {
|
||||||
|
|
||||||
# Example per-device config
|
# Example per-device config
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
||||||
device:epic-mouse-v1 {
|
# device:epic-mouse-v1 {
|
||||||
sensitivity = -0.5
|
# sensitivity = -0.5
|
||||||
}
|
# }
|
||||||
|
|
||||||
# Example windowrule v1
|
# Example windowrule v1
|
||||||
# windowrule = float, ^(kitty)$
|
# windowrule = float, ^(kitty)$
|
||||||
# Example windowrule v2
|
# Example windowrule v2
|
||||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||||
windowrulev2 = nomaximizerequest, class:.* # You'll probably like this.
|
# windowrulev2 = nomaximizerequest, class:.* # You'll probably like this.
|
||||||
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
preload = /usr/share/backgrounds/manjaro/ostpv3-d.png
|
preload = /usr/share/backgrounds/manjaro/beehive4k-d.png
|
||||||
|
|
||||||
wallpaper = eDP-1,/usr/share/backgrounds/manjaro/ostpv3-d.png
|
wallpaper = eDP-1,/usr/share/backgrounds/manjaro/beehive4k-d.png
|
||||||
wallpaper = HDMI-A-1,/usr/share/backgrounds/manjaro/ostpv3-d.png
|
wallpaper = HDMI-A-1,/usr/share/backgrounds/manjaro/beehive4k-d.png
|
||||||
|
|
||||||
splash = false
|
splash = false
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
M.ui = {
|
M.ui = {
|
||||||
theme = "catppuccin",
|
theme = "oxocarbon",
|
||||||
theme_toggle = {"catppuccin", "falcon",},
|
theme_toggle = {"catppuccin", "oxocarbon",},
|
||||||
|
|
||||||
statusline = {
|
statusline = {
|
||||||
theme = "default"
|
theme = "default"
|
||||||
|
|
Loading…
Reference in New Issue