|
@@ -36,8 +36,8 @@ for_window [class="st"] border pixel $thick
|
|
|
for_window [class="Foliate"] floating enable
|
|
|
for_window [class="Foliate"] floating_maximum_size 400 x 800
|
|
|
|
|
|
-for_window [class="Surf"] floating enable
|
|
|
-for_window [class="Surf"] floating_maximum_size 800 x 550
|
|
|
+#for_window [class="Surf"] floating enable
|
|
|
+#for_window [class="Surf"] floating_maximum_size 800 x 550
|
|
|
|
|
|
# GAP VARIABLES
|
|
|
set $inner 5
|
|
@@ -284,8 +284,8 @@ bindsym $mod+Ctrl+y exec pkill xfreerdp
|
|
|
|
|
|
bindsym Print exec --no-startup-id scrot
|
|
|
bindsym $mod+Ctrl+i exec --no-startup-id $solobrowser https://play.unbl.ink/mobile
|
|
|
-bindsym $mod+Ctrl+s exec --no-startup-id $solobrowser https://15five.slack.com
|
|
|
bindsym $mod+Shift+i exec --no-startup-id $solobrowser https://15five-dev.atlassian.net/secure/Dashboard.jspa
|
|
|
+bindsym $mod+Ctrl+q exec --no-startup-id $solobrowser https://quip.com
|
|
|
bindsym $mod+Shift+u exec cvlc https://stream.unbl.ink/mopidy
|
|
|
bindsym $mod+Shift+p exec cvlc https://playerservices.streamtheworld.com/api/livestream-redirect/WMEAFM.mp3
|
|
|
bindsym $mod+Ctrl+u exec pkill vlc
|
|
@@ -317,9 +317,14 @@ exec_always setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle -optio
|
|
|
|
|
|
## Volume control
|
|
|
# Pulse Audio controls
|
|
|
-bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5% #increase sound volume
|
|
|
-bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -5% #decrease sound volume
|
|
|
-bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle # mute sound
|
|
|
+bindsym XF86AudioRaiseVolume exec pulseaudio-ctl up
|
|
|
+bindsym XF86AudioLowerVolume exec pulseaudio-ctl down
|
|
|
+bindsym XF86AudioMute exec pulseaudio-ctl mute
|
|
|
+bindsym XF86AudioMicMute exec pulseaudio-ctl mute-input
|
|
|
+
|
|
|
+#bindsym $mod+Shift+. exec pulseaudio-ctl up
|
|
|
+#bindsym $mod+Shift+, exec pulseaudio-ctl down
|
|
|
+bindsym $mod+m exec pulseaudio-ctl mute
|
|
|
|
|
|
#bindsym XF86AudioRaiseVolume exec mixer vol +5
|
|
|
#bindsym XF86AudioLowerVolume exec mixer vol -5
|