This commit is contained in:
Stephan Raabe 2023-10-02 21:58:17 +02:00
parent 9293f8d1de
commit cbb46760f9
4 changed files with 6 additions and 6 deletions

View File

@ -18,8 +18,8 @@ $keyboardlayout=de
# Monitor Setup
# See https://wiki.hyprland.org/Configuring/Monitors/
# -----------------------------------------------------
monitor=,2560x1440@120,auto,1
# monitor=,preferred,auto,1
# monitor=,2560x1440@120,auto,1
monitor=,preferred,auto,1
# monitor=,1920x1080,auto,1
# -----------------------------------------------------

View File

@ -33,6 +33,7 @@
// Modules Left
"modules-left": [
"custom/appmenu",
"custom/wallpaper",
"wlr/taskbar",
"group/quicklinks",
"hyprland/window"
@ -50,7 +51,6 @@
"bluetooth",
"battery",
"group/hardware",
"custom/wallpaper",
"custom/cliphist",
"network",
"custom/exit",

View File

@ -89,8 +89,8 @@
// Wallpaper
"custom/wallpaper": {
"format": "",
"on-click": "~/dotfiles/scripts/wallpaper-swww.sh",
"on-click-right": "~/dotfiles/scripts/updatewal-swww.sh",
"on-click-right": "~/dotfiles/scripts/wallpaper-swww.sh",
"on-click": "~/dotfiles/scripts/updatewal-swww.sh",
"tooltip": false
},

View File

@ -32,6 +32,7 @@
// Modules Left
"modules-left": [
"custom/appmenu",
"custom/wallpaper",
"wlr/taskbar",
"group/quicklinks",
"hyprland/window"
@ -50,7 +51,6 @@
"bluetooth",
"battery",
"group/hardware",
"custom/wallpaper",
"custom/cliphist",
"network",
"custom/exit",