From e3d1c29a87482a323894866999ff094031406e44 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 21 Nov 2023 23:20:36 +0100 Subject: use swapcaps instead of nocaps --- config/X/x11/xinitrc | 2 +- config/wayland/hypr/hyprland.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index beb33f2..2b2d5f1 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -22,7 +22,7 @@ export MENUCMD="dmenu" export IMAGE="feh" xcompmgr & feh --no-fehbg --bg-scale ~/pics/wallpaper -setxkbmap -option ctrl:nocaps +setxkbmap -option ctrl:swapcaps xmodmap -e "keycode 135 = Super_L" xautolock -time 5 -locker slock & gammastep -m randr & diff --git a/config/wayland/hypr/hyprland.conf b/config/wayland/hypr/hyprland.conf index 9eb0549..4278dd6 100644 --- a/config/wayland/hypr/hyprland.conf +++ b/config/wayland/hypr/hyprland.conf @@ -10,7 +10,7 @@ input { kb_layout = us kb_variant = kb_model = - kb_options = ctrl:nocaps + kb_options = ctrl:swapcaps kb_rules = follow_mouse = 2 -- cgit v1.2.3