Updated config

This commit is contained in:
Eduard Urbach 2024-03-10 14:59:44 +01:00
parent e2e8834d8c
commit e0a90fb1f6
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
3 changed files with 21 additions and 7 deletions

View File

@ -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
View 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
View File

@ -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