Add media keys
This commit is contained in:
parent
257a7e4007
commit
6dfebedadf
@ -24,7 +24,7 @@ font SauceCodePro Nerd Font 11
|
||||
#+end_src
|
||||
|
||||
* TODO Multimedia keys
|
||||
#+begin_src conf :tangle no
|
||||
#+begin_src conf
|
||||
# Sound
|
||||
bindsym XF86AudioMute exec --no-startup-id amixer -D pulse sset Master toggle
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D pulse sset Master 5%+
|
||||
@ -363,7 +363,6 @@ To display names or symbols instead of plain workspace numbers you can use somet
|
||||
|
||||
* Open specific applications in floating mode
|
||||
#+begin_src conf
|
||||
for_window [title="alsamixer"] floating enable border pixel 1
|
||||
for_window [class="calamares"] floating enable border normal
|
||||
for_window [class="Clipgrab"] floating enable
|
||||
for_window [title="File Transfer*"] floating enable
|
||||
@ -383,7 +382,6 @@ To display names or symbols instead of plain workspace numbers you can use somet
|
||||
for_window [class="Qtconfig-qt4"] floating enable sticky enable border normal
|
||||
for_window [class="Simple-scan"] floating enable border normal
|
||||
for_window [class="(?i)System-config-printer.py"] floating enable border normal
|
||||
for_window [class="Skype"] floating enable border normal
|
||||
for_window [class="Timeset-gui"] floating enable border normal
|
||||
for_window [class="(?i)virtualbox"] floating enable border normal
|
||||
for_window [class="Xfburn"] floating enable
|
||||
@ -493,6 +491,9 @@ To display names or symbols instead of plain workspace numbers you can use somet
|
||||
# Start mopidy
|
||||
# exec --no-startup-id mopidy
|
||||
|
||||
# PulseAudio Server
|
||||
# exec --no-startup-id pulseaudio --daemon
|
||||
|
||||
# Emacs Daemon
|
||||
exec --no-startup-id /usr/bin/emacs --fg-daemon
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user