moving forward

This commit is contained in:
Cheri 2020-08-01 22:12:56 +03:00 committed by vibikim
parent 8ee05a802b
commit b5187407af
4 changed files with 74 additions and 132 deletions

View file

@ -13,8 +13,22 @@ super + shift + m
rhythmbox
super + shift + v
pavucontrol
#super + shift + f
#$FILEMANAGER
super + shift + f
$FILEMANAGER
super + shift + Return
$FILEMANAGER
super + shift + d
discord
super + shift + v
pavucontrol
super + shift + o
$TERMINAL -e htop
super + shift + Escape
xfce4-taskmanager
super + shift + v
$TERMINAL -e vim -c Ex
###
# MISC
@ -23,7 +37,46 @@ super + shift + v
# ROFI run menu
super + d
rofi -show run
# Turn off all diplays
super + alt + c
sleep 1; xset dpms force off
# dmenu display selector
super + p
./display.sh
#dmenu wacom area set
super + w
./wacom.sh
#Take a screenshot
Print
flameshot gui
#Brightness control
XF86MonBrightnessDown
xbacklight -dec 5
XF86MonBrightnessUp
xbacklight -inc 5
#Volume control
XF86Audio{Lower,Raise}Volume
amixer -D pulse sset Master 2%{-,+}
XF86AudioMute
amixer -D pulse sset Master toggle
XF86AudioMicMute
amixer -D pulse sset Capture toggle
#Media keys
XF86AudioPlay
playerctl play-pause
XF86Audio{Next,Prev}
playerctl {next,previous}
XF86AudioStop
playerctl stop
# Power options script
super + Escape
~/.config/bspwm/power.sh
###
# BSPWM
@ -38,7 +91,7 @@ super + {_,shift + }c
bspc node -{c,k}
# alternate between the tiled and monocle layout
super + f
super + alt + f
bspc desktop -l next
# send the newest marked node to the newest preselected node
@ -54,7 +107,7 @@ super + m
#
# set the window state
super + {t,alt + t,s,alt + f}
super + {t,alt + t,s,f}
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
# set the node flags
@ -70,7 +123,7 @@ super + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east}
# focus the node for the given path jump
super + {p,b,comma,period}
super + {alt + p,alt + b,comma,period}
bspc node -f @{parent,brother,first,second}
# focus the next/previous node in the current desktop