Merge branch 'master' of ssh://git.venberg.xyz:7920/Gabe/dotfiles
This commit is contained in:
commit
ebf14705b3
3 changed files with 160 additions and 8 deletions
|
@ -71,7 +71,7 @@ font pango:DejaVu Sans Mono 8
|
|||
bindsym $mod+ctrl+j move container to output down
|
||||
bindsym $mod+ctrl+k move container to output up
|
||||
bindsym $mod+ctrl+l move container to output right
|
||||
|
||||
|
||||
## split in horizontal orientation
|
||||
bindsym $mod+shift+backslash split h
|
||||
|
||||
|
@ -188,8 +188,8 @@ font pango:DejaVu Sans Mono 8
|
|||
bindsym $mod+shift+b exec --no-startup-id "xset +dpms; notify-send --expire-time=500 'screen blanking on'"
|
||||
|
||||
# change brightness
|
||||
bindsym $mod+control+plus exec --no-startup-id "xbacklight -inc 10; notify-send --expire-time=500 Brightness\ $(xbacklight -get | cut --delimiter=. -f 1)"
|
||||
bindsym $mod+control+minus exec --no-startup-id "xbacklight -dec 10; notify-send --expire-time=500 Brightness\ $(xbacklight -get | cut --delimiter=. -f 1)"
|
||||
bindsym $mod+control+plus exec --no-startup-id "brightnessctl s +10%; notify-send --expire-time=500 Brightness\ $(brightnessctl -m| cut --delimiter=, -f 4)"
|
||||
bindsym $mod+control+minus exec --no-startup-id "brightnessctl s 10%-; notify-send --expire-time=500 Brightness\ $(brightnessctl -m| cut --delimiter=, -f 4)"
|
||||
|
||||
#screenshot everything with mod+s, current window with mod+shift+s, selection with mod+ctrl+s
|
||||
bindsym $mod+s exec --no-startup-id "maim ~/Pictures/$(date +%s).png; notify-send --expire-time=1000 'Whole-desktop screenshot taken'"
|
||||
|
@ -203,14 +203,19 @@ font pango:DejaVu Sans Mono 8
|
|||
|
||||
#colour picker with xcolor
|
||||
bindsym --release $mod+p exec --no-startup-id "xcolor -s"
|
||||
|
||||
|
||||
>>>>>>> 50dd73ec62e82ed8f43dfb3e5ebe68f49caa19f8
|
||||
#mpd controls
|
||||
bindsym $mod+mod1+p exec --no-startup-id "mpc toggle"
|
||||
bindsym $mod+mod1+plus exec --no-startup-id "mpc volume +1; notify-send --expire-time=1000 $(mpc volume)"
|
||||
bindsym $mod+mod1+minus exec --no-startup-id "mpc volume -1; notify-send --expire-time=1000 $(mpc volume)"
|
||||
|
||||
|
||||
#open volume control
|
||||
bindsym $mod+shift+p exec pavucontrol
|
||||
bindsym $mod+shift+p exec easyeffects
|
||||
|
||||
#volume control
|
||||
bindsym $mod+plus exec --no-startup-id "wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-; notify-send --expire-time=1000 $(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||
bindsym $mod+minus exec --no-startup-id "wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+; notify-send --expire-time=1000 $(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||
|
||||
#make certan windwows always floating
|
||||
#volume control
|
||||
|
@ -225,8 +230,6 @@ bar {
|
|||
}
|
||||
|
||||
#startup applications
|
||||
#pasystray
|
||||
exec --no-startup-id pasystray
|
||||
|
||||
#geoclue
|
||||
exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue