we do a little changes

This commit is contained in:
2024-04-14 12:41:23 +02:00
parent e4ba5ed546
commit 2f49c815b8
4 changed files with 45 additions and 9 deletions

View File

@@ -218,7 +218,7 @@ bindsym $mod+semicolon mode "switch"
#gaps
for_window [class="^.*"] border pixel 1
for_window [class="^.*"] border pixel 2.5
#gaps inner 1
#gaps outer 1

View File

@@ -40,9 +40,11 @@ exec ~/scripts/mouse.sh -0.5 1
# move focused workspace between monitors
bindsym $mod+Ctrl+Right layout toggle split, move workspace to output right
bindsym $mod+Ctrl+l layout toggle split, move workspace to output right
# bindsym $mod+Ctrl+l layout toggle split, move workspace to output right
bindsym $mod+Ctrl+l move workspace to output right
bindsym $mod+Ctrl+Left layout toggle split, move workspace to output left
bindsym $mod+Ctrl+h layout toggle split, move workspace to output left
# bindsym $mod+Ctrl+h layout toggle split, move workspace to output left
bindsym $mod+Ctrl+h move workspace to output left
# Compose key
exec_always setxkbmap -layout us,ar -variant ,ergoarabic -option "compose:ralt" -option "caps:escape" -option "grp:alt_shift_toggle"