made notation to install xdo and also updated sxhkdrc

This commit is contained in:
tomit4 2022-05-25 05:56:11 -07:00
parent e1fc19e656
commit 35d05ef9f1
2 changed files with 26 additions and 28 deletions

View file

@ -15,39 +15,37 @@ super + Escape
# #
# bspwm hotkeys # bspwm hotkeys
# quit bspwm # quit bspwm
super + shift + e super + shift + Escape
bspc quit /home/brian/scripts/prompt "Are you sure you would like to quite this Xsession" "bspc quit"
# restart bspwm # restart bspwm
super + shift + r super + shift + r
bspc wm -r bspc wm -r
# focus on window direction # focus on window direction
super + {h,j,k,l,Left,Down,Up,Right} super + {Left,Down,Up,Right}
bspc node -f {west,south,north,east,west,south,north,east} bspc node -f {west,south,north,east}
# swap window with direction # swap window with direction
super + shift + {h,j,k,l,Left,Down,Up,Right} super + shift + {Left,Down,Up,Right}
bspc node -s {west,south,north,east,west,south,north,east} bspc node -s {west,south,north,east}
# focus on desktop # focus on desktop
super + {1-9,0} super + {1-9,0}
bspc desktop -f {1-9,10} bspc desktop -f {1-9,10}
# expand a window by moving one of its side outward # expand a window by moving one of its side outward
ctrl shift + {h,j,k,l,Left,Down,Up,Right} ctrl shift + {Left,Down,Up,Right}
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0,left -20 0,bottom 0 20,top 0 -20,right 20 0} bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
contract a window by moving one of its side inward contract a window by moving one of its side inward
alt shift + {h,j,k,l,Left,Down,Up,Right} alt shift + {Left,Down,Up,Right}
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0,right -20 0,top 0 20,bottom 0 -20,left 20 0} bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
# toggle fullscreen # toggle fullscreen
super + shift + f super + shift + f
bspc node -t {\~fullscreen} bspc node -t {\~fullscreen}
# flip current window horizontally
super + shift + j
bspc node -F {horizontal}
# close and kill # close and kill
# super + {_,shift + }w # super + {_,shift + }w
@ -64,8 +62,8 @@ super + shift + q
# bspc node newest.marked.local -n newest.!automatic.local # bspc node newest.marked.local -n newest.!automatic.local
# swap the current node and the biggest window # swap the current node and the biggest window
super + g # super + g
bspc node -s biggest.window # bspc node -s biggest.window
# #
# state/flags # state/flags
# set the window state # set the window state
@ -155,25 +153,25 @@ super + c
chromium --incognito --disable-search-engine-collection --fingerprinting-canvas-image-data-noise --fingerprinting-canvas-measuretext-noise --fingerprinting-client-rects-noise --popups-to-tabs & chromium --incognito --disable-search-engine-collection --fingerprinting-canvas-image-data-noise --fingerprinting-canvas-measuretext-noise --fingerprinting-client-rects-noise --popups-to-tabs &
super + i super + i
inkscape & inkscape &
super +g super + g
gimp --no-splash & gimp --no-splash &
super +k super + k
krita --nosplash & krita --nosplash &
super +t super + t
tootle & tootle &
super +p super + p
pcmanfm & pcmanfm &
super +b super + b
bst -e btop & bst -e btop &
super +m super + m
mousepad & mousepad &
super +o super + o
gcolor3 & gcolor3 &
super +u super + u
galculator & galculator &
super +y super + y
gtktranslate & gtktranslate &
super +s super + s
steam & steam &
super +v super + v
virt-manager & virt-manager &

View file

@ -14,9 +14,9 @@ add notation about using pick to parse through output, and pipe that using xargs
example: example:
ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick) ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick)
Install bspwm and sxhkd Install bspwm and sxhkd and xdo
doas pacman -S bspwm sxhkd doas pacman -S bspwm sxhkd xdo
Place bspwmrc and sxhkdrc in respective .config directories Place bspwmrc and sxhkdrc in respective .config directories