made small keybinding changes

This commit is contained in:
2022-11-30 19:41:50 +05:30
parent 45dc70e6cd
commit 699ff3c64e
2 changed files with 3 additions and 3 deletions

View File

@@ -174,8 +174,8 @@ mode "resize" {
# Pressing up will shrink the windows height. # Pressing up will shrink the windows height.
# Pressing down will grow the windows height. # Pressing down will grow the windows height.
bindsym h resize shrink width 10 px or 10 ppt bindsym h resize shrink width 10 px or 10 ppt
bindsym k resize grow height 10 px or 10 ppt bindsym j resize grow height 10 px or 10 ppt
bindsym j resize shrink height 10 px or 10 ppt bindsym k resize shrink height 10 px or 10 ppt
bindsym l resize grow width 10 px or 10 ppt bindsym l resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys # same bindings, but for the arrow keys

View File

@@ -184,7 +184,7 @@ label-disconnected = %{F#F0C674}eth%{F#707880} disconnected
type = internal/date type = internal/date
interval = 1 interval = 1
date = %Y-%m-%d (%a) %H:%M:%S date = %d-%m-%Y (%a) %H:%M:%S
;label = %date% ;label = %date%
label-foreground = ${colors.primary} label-foreground = ${colors.primary}