Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ dwindle {

master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_is_master = true
#new_is_master = true
new_status = master
new_on_top = 1
mfact = 0.5
}

gestures {
Expand Down
23 changes: 7 additions & 16 deletions waybar/config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,19 @@
"passthrough": false,
"gtk-layer-shell": true,
"height": 50,
"modules-left": ["clock","custom/weather","wlr/workspaces"],
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The wlr/workspaces is changed to hyprland/workspaces

"modules-left": ["clock","custom/weather","hyprland/workspaces"],
"modules-center": ["hyprland/window"],
"modules-right": ["network", "bluetooth", "temperature","custom/power_profile","battery","backlight","pulseaudio","pulseaudio#microphone","tray"],
"hyprland/window": {
"format": "{}"
},

"wlr/workspaces": {
"disable-scroll": true,
"all-outputs": true,
"on-click": "activate",
"persistent_workspaces": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": [],
"6": [],
"7": [],
"8": [],
"9": [],
"10": []
"hyprland/workspaces": {
"format": "{name}",

"persistent-workspaces": {
"*": 3, // 5 workspaces by default on every monitor
"HDMI-A-1": 3 // but only three on HDMI-A-1
}
},

Expand Down