|
@@ -46,12 +46,16 @@ gaps outer $outer
|
|
|
|
|
|
|
|
|
# START POLYBAR
|
|
|
-exec_always --no-startup-id ~/.config/polybar/launch.sh
|
|
|
-#bar {
|
|
|
-# position bottom
|
|
|
-# position top
|
|
|
-# status_command i3status
|
|
|
-#}
|
|
|
+#exec_always --no-startup-id ~/.config/polybar/launch.sh
|
|
|
+bar {
|
|
|
+ position bottom
|
|
|
+ position top
|
|
|
+ status_command i3status -c ~/.config/i3status/i3status.conf
|
|
|
+ colors {
|
|
|
+ statusline #deedee
|
|
|
+ separator #777777
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
# CUSTOM BINDINGS
|
|
|
#bindsym $mod+shift+m exec --no-startup-id surf https://15five-dev.atlassian.net/secure/Dashboard.jspa
|
|
@@ -247,18 +251,18 @@ bindsym $mod+Ctrl+F11 exec anypaste -x -s -p streamable $(last $casts)
|
|
|
bindsym $mod+Shift+F11 exec ffplay -loop 0 $(last $casts)
|
|
|
|
|
|
# MEDIA CONTROLS
|
|
|
-bindsym $mod+slash exec amixer sset Master toggle
|
|
|
-bindsym $mod+comma exec amixer sset Master 5%-
|
|
|
-bindsym $mod+period exec amixer sset Master 5%+
|
|
|
+bindsym $mod+ctrl+comma exec mixer vol 0
|
|
|
+bindsym $mod+Ctrl+period exec mixer vol 100
|
|
|
+bindsym $mod+comma exec mixer vol -10
|
|
|
+bindsym $mod+period exec mixer vol +10
|
|
|
|
|
|
-bindsym $mod+Shift+slash exec amixer set Capture toggle
|
|
|
-bindsym $mod+Shift+comma exec amixer set Capture 5%-
|
|
|
-bindsym $mod+Shift+period exec amixer set Capture 5%+
|
|
|
+bindsym $mod+Shift+slash exec mixer mic 0
|
|
|
+bindsym $mod+Shift+comma exec mixer mic -5
|
|
|
+bindsym $mod+Shift+period exec mixer mic +5
|
|
|
|
|
|
-bindsym XF86AudioRaiseVolume exec amixer sset Master 5%+
|
|
|
-bindsym XF86AudioLowerVolume exec amixer sset Master 5%-
|
|
|
-bindsym XF86AudioMute exec amixer sset Master toggle
|
|
|
-bindsym XF86AudioMicMute exec amixer sset Capture toggle
|
|
|
+##bindsym XF86AudioRaiseVolume exec mixer vol +5
|
|
|
+##bindsym XF86AudioLowerVolume exec mixer vol -5
|
|
|
+##bindsym XF86AudioMicMute exec mixer mic toggle
|
|
|
|
|
|
# Sreen brightness controls
|
|
|
bindsym XF86MonBrightnessUp exec ~/.config/i3/bright.sh -u # increase screen brightness
|
|
@@ -269,7 +273,6 @@ bindsym XF86Search exec ~/.config/i3/bright.sh 1 # decrease screen brightness
|
|
|
bindsym $mod+space exec rofi -show combi -display-window "W"
|
|
|
|
|
|
# BACKGROUND
|
|
|
-exec_always hsetroot -add "#c79081" -add "#dfa579" -gradient 0
|
|
|
exec feh --bg-scale ~/var/inbox/astrobin/`ls -Ar ~/var/inbox/astrobin | tail -n 1`
|
|
|
|
|
|
##### APP BINDS ###################################
|
|
@@ -293,14 +296,6 @@ bindsym $mod+Ctrl+q exec $solobrowser https://15five.quip.com/
|
|
|
bindsym $mod+e exec emacsclient -c
|
|
|
bindsym $mod+Shift+e exec emacs -ib 16
|
|
|
|
|
|
-#bindsym $mod+y exec
|
|
|
-#bindsym $mod+Ctrl+y exec
|
|
|
-#bindsym $mod+Shift+y exec
|
|
|
-
|
|
|
-#bindsym $mod+u exec dolphin-emu
|
|
|
-#bindsym $mod+Ctrl+u exec
|
|
|
-#bindsym $mod+Shift+u exec
|
|
|
-
|
|
|
bindsym $mod+o exec rofi-now
|
|
|
bindsym $mod+Ctrl+o exec rofi-vol
|
|
|
bindsym $mod+Shift+o exec rofi-bat
|
|
@@ -311,14 +306,10 @@ bindsym $mod+Shift+o exec rofi-bat
|
|
|
exec --no-startup-id unclutter -grab
|
|
|
|
|
|
# RELOAD
|
|
|
-#exec_always --no-startup-id compton
|
|
|
+exec_always --no-startup-id compton
|
|
|
exec_always --no-startup-id dunst
|
|
|
-exec_always xrdb --merge ~/.Xresoureces
|
|
|
-#exec_always xrandr --auto --output eDP-1 --below HDMI-1 --auto
|
|
|
-
|
|
|
-# Setup Russian layout siwtching with Alt+Shift
|
|
|
-#exec --no-startup-id xrdb ~/.Xresources
|
|
|
+exec_always xrdb --merge ~/.Xresoureces
|
|
|
|
|
|
## Volume control
|
|
|
# Path to volume control, without trailing slash
|
|
|
-set $volumepath ~/.config/i3/i3-volume
|
|
|
+#set $volumepath ~/.config/i3/i3-volume
|