summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/hypr/hyprland.conf6
-rw-r--r--config/waybar/config15
2 files changed, 4 insertions, 17 deletions
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": "<span font='24'></span>"
},
"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