added keybinding and alias for pavucontrol
This commit is contained in:
parent
b03a21186a
commit
c046ef491c
2 changed files with 8 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ alias {json,jscrl,jsoncurl,jcrl}="jscurl"
|
|||
alias amd="article_md"
|
||||
alias word="wordgrinder"
|
||||
alias spreadsheet="sc"
|
||||
alias pvctrl="pavucontrol"
|
||||
alias open="xdg-open"
|
||||
alias nc="nc -v"
|
||||
alias dump="doas tcpdump"
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ floating_modifier $mod
|
|||
bindsym $mod+Return exec kitty
|
||||
|
||||
# custom keybindings
|
||||
bindsym $mod+z exec pavucontrol
|
||||
bindsym $mod+F exec librewolf
|
||||
bindsym $mod+C exec chromium --incognito --disable-search-engine-collection --fingerprinting-canvas-image-data-noise --fingerprinting-canvas-measuretext-noise --fingerprinting-client-rects-noise --popups-to-tabs
|
||||
bindsym $mod+I exec inkscape
|
||||
|
|
@ -99,9 +100,15 @@ bindsym $mod+v exec virt-manager
|
|||
for_window [instance="galculator"] floating enable move right 1100px, move down 300px
|
||||
for_window [instance="gcolor3"] floating enable move right 900px, move down 300px
|
||||
for_window [instance="mousepad"] floating enable move right 1100px, move down 300px
|
||||
for_window [instance="pavucontrol"] floating enable
|
||||
|
||||
# For testing of floating window python guis
|
||||
for_window [instance="app.py"] floating enable
|
||||
for_window [instance="app_oo.py"] floating enable
|
||||
|
||||
# floating windows must be at least this size:
|
||||
floating_minimum_size 300 x 315
|
||||
floating_maximum_size 600 x 630
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue