float all the things

This commit is contained in:
klg 2020-09-24 08:04:47 +02:00
parent 9eee3750b6
commit d8456e03f5
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 5172C21B0F825C92
2 changed files with 7 additions and 2 deletions

8
config
View File

@ -68,13 +68,13 @@ bindsym Mod4+s layout stacking
bindsym Mod4+space focus mode_toggle
bindsym Mod4+v split v
bindsym Mod4+w layout tabbed
bindsym XF86AudioLowerVolume exec amixer sset 'Master' 5%-
bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -5%
bindsym XF86AudioMute exec amixer sset 'Master' toggle
bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPause exec playerctl play-pause
bindsym XF86AudioPlay exec playerctl play-pause
bindsym XF86AudioPrev exec playerctl previous
bindsym XF86AudioRaiseVolume exec amixer sset 'Master' 5%+
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5%
bindsym XF86MonBrightnessDown exec brightnessctl s 20%-
bindsym XF86MonBrightnessUp exec brightnessctl s +20%
@ -123,6 +123,8 @@ for_window [title="Microsoft Teams Notification" class="microsoft teams - previe
for_window [title="Microsoft Teams Notification" class="Microsoft Teams - Preview"] floating enable
for_window [title="Microsoft Teams-Benachrichtigung" class="microsoft teams - preview"] floating enable
for_window [title="Microsoft Teams-Benachrichtigung" class="Microsoft Teams - Preview"] floating enable
for_window [title="Taschenrechner"] floating enable
for_window [title="NoiseTorch"] floating enable
exec xrandr --output VGA-0 --auto --left-of HDMI-0
@ -140,3 +142,5 @@ exec_always ~/.config/i3/gnome-keyring.sh
exec_always --no-startup-id autorandr -c
exec_always --no-startup-id gnome-keyring-daemon

View File

@ -47,6 +47,7 @@ alert = 10.0
[[block]]
block = "sound"
driver = "pulseaudio"
[[block]]
block = "battery"