diff options
| author | awy <awy@awy.one> | 2025-11-15 17:18:22 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-15 17:18:22 +0300 |
| commit | cf2cd186e6966c981b0e9b997f03940b4613a892 (patch) | |
| tree | 331b578574110b7a5aefdf1dce2c60f8bc38a84a | |
| parent | 28d0fb479db26683b28f338b8efe69fe1aa9c849 (diff) | |
| download | mangoslice-cf2cd186e6966c981b0e9b997f03940b4613a892.tar.gz | |
k...
| -rw-r--r-- | .config/mango/config.conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.config/mango/config.conf b/.config/mango/config.conf index a83009f..c391cbf 100644 --- a/.config/mango/config.conf +++ b/.config/mango/config.conf @@ -21,8 +21,8 @@ monitorrule=DP-3, 0.55, 1, tile, 0,1.5,2560,0,3840,2160,165 accel_profile = 1 # keyboard numlockon=0 -xkb_rules_layout=us -xkb_rules_options=caps:escape +xkb_rules_layout=us,ru +xkb_rules_options=caps:escape,grp:lctrl_lshift_toggle repeat_rate = 45 repeat_delay = 300 @@ -243,7 +243,7 @@ bind=SUPER+SHIFT,period,spawn,mpc repeat bind=SUPER,Left,focusmon,left bind=SUPER+SHIFT,Left,tagmon,left -bind=SUPER,Right,focusmon,left +bind=SUPER,Right,focusmon,right bind=SUPER+SHIFT,Right,tagmon,right # bind=SUPER,Page_Up, @@ -265,7 +265,7 @@ bind=SUPER,F9,spawn,mounter bind=SUPER,F10,spawn,unmounter # bind=SUPER,F11, # bind=SUPER,F12, -bind=SUPER,space,exchange_client +bind=SUPER,space,exchange_stack_client,prev bind=SUPER+SHIFT,space,togglefloating bind=NONE,Print,spawn_shell,grim pic-full-$(date '+%y%m%d-%H%M-%S').png @@ -295,7 +295,6 @@ bind=ALT,z,toggle_scratchpad # tag switch bind=SUPER,Left,viewtoleft,0 bind=CTRL,Left,viewtoleft_have_client,0 -bind=SUPER,Right,viewtoright,0 bind=CTRL,Right,viewtoright_have_client,0 bind=CTRL+SUPER,Left,tagtoleft,0 bind=CTRL+SUPER,Right,tagtoright,0 |