From cb3d8f21b6a6d606657166bff5b67dc3818cccbe Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 27 Jan 2024 13:34:32 +0530 Subject: modify --- config/hypr/hyprland.conf | 6 +++--- config/waybar/config | 15 +-------------- 2 files changed, 4 insertions(+), 17 deletions(-) (limited to 'config') diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 075dbec..d25cdc5 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -73,9 +73,9 @@ bind = SUPER, RETURN, layoutmsg, swapwithmaster master bind = SUPER SHIFT, J, layoutmsg, swapnext bind = SUPER SHIFT, K, layoutmsg, swapprev -# Move focus with mainMod + arrow keys -bind = SUPER, L, movefocus, l -bind = SUPER, H, movefocus, r +# Move focus with mainMod + hjkl +bind = SUPER, L, movefocus, r +bind = SUPER, H, movefocus, l bind = SUPER, K, movefocus, u bind = SUPER, J, movefocus, d diff --git a/config/waybar/config b/config/waybar/config index 24cb4f0..ff5a1cf 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -1,6 +1,5 @@ { "layer": "top", - "output": "eDP-1", "height": 40, "modules-left": ["custom/launcher", "hyprland/workspaces", "hyprland/window"], "modules-right": ["tray", "cpu", "backlight", "battery", "clock"], @@ -10,23 +9,11 @@ "format": "" }, "hyprland/workspaces": { - "persistent-workspaces": { - "*": 10 - }, "disable-scroll": true, - "format": "{icon}", - "on-click": "activate", - "format-icons": { - "urgent": "󰀨", - "active": "", - "empty": "", - "default": "", - "sort-by-number": true - }, + "on-click": "activate" }, "hyprland/window": { "format": "> {title}", - "separate-outputs": false }, "tray": { "spacing": 10 -- cgit v1.2.3