Updated config
This commit is contained in:
parent
e2e8834d8c
commit
e0a90fb1f6
@ -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"
|
||||
}
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,9 +1,4 @@
|
||||
/*
|
||||
*.bak
|
||||
*.txt
|
||||
*.sqlite3
|
||||
*.sqlite3-shm
|
||||
*.sqlite3-wal
|
||||
!.gitignore
|
||||
!/.config
|
||||
/.config/*
|
||||
@ -14,6 +9,7 @@
|
||||
!/.config/fuzzel
|
||||
!/.config/htop
|
||||
!/.config/hypr
|
||||
!/.config/mpd
|
||||
!/.config/nvim
|
||||
!/.config/swaylock
|
||||
!/.config/tmux
|
||||
|
Loading…
Reference in New Issue
Block a user