diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings index 8793716..34e2372 100644 --- a/.config/ncmpcpp/bindings +++ b/.config/ncmpcpp/bindings @@ -6,3 +6,8 @@ def_key "k" scroll_up def_key "j" scroll_down +def_key "l" + enter_directory +def_key "h" + jump_to_parent_directory + diff --git a/.config/sway/config b/.config/sway/config index ce2caee..8077a45 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -141,7 +141,7 @@ exec "swaysome init 1" bindsym --to-code $mod+f fullscreen # toggle the current focus between tiling and floating mode -bindsym --to-code $mod+Shift+space floating toggle +# bindsym --to-code $mod+Shift+space floating toggle # swap focus between the tiling area and the floating area bindsym --to-code $mod+space focus mode_toggle