Updated config
This commit is contained in:
@ -28,6 +28,12 @@ bind = $main, right, movefocus, r
|
||||
bind = $main, up, movefocus, u
|
||||
bind = $main, down, movefocus, d
|
||||
|
||||
# Window resizing
|
||||
binde = $main SHIFT, left, resizeactive, -10 0
|
||||
binde = $main SHIFT, right, resizeactive, 10 0
|
||||
binde = $main SHIFT, up, resizeactive, 0 -10
|
||||
binde = $main SHIFT, down, resizeactive, 0 10
|
||||
|
||||
# Switch workspaces with numpad
|
||||
bind =, KP_Home, workspace, 1
|
||||
bind =, KP_Up, workspace, 2
|
||||
@ -55,8 +61,8 @@ bind = $main ALT, right, movetoworkspace, +1
|
||||
bind = $main ALT, left, movetoworkspace, -1
|
||||
|
||||
# Special workspace (scratchpad)
|
||||
bind = $main, Z, togglespecialworkspace, magic
|
||||
bind = $main SHIFT, Z, movetoworkspace, special:magic
|
||||
bind = $main, KP_Enter, togglespecialworkspace, magic
|
||||
bind = $main SHIFT, KP_Enter, movetoworkspace, special:magic
|
||||
|
||||
# Move and resize windows (main + LMB/RMB and drag)
|
||||
bindm = $main, mouse:272, movewindow
|
||||
|
12
.config/mpd/mpd.conf
Normal file
12
.config/mpd/mpd.conf
Normal file
@ -0,0 +1,12 @@
|
||||
auto_update "yes"
|
||||
music_directory "~/music"
|
||||
|
||||
audio_output {
|
||||
type "pipewire"
|
||||
name "PipeWire Sound Server"
|
||||
}
|
||||
|
||||
database {
|
||||
plugin "simple"
|
||||
path "~/.local/share/mpd/database"
|
||||
}
|
Reference in New Issue
Block a user