mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Merge branch 'master' of https://github.com/lukesmithxyz/voidrice into richard
This commit is contained in:
commit
96cf552b27
@ -1,43 +0,0 @@
|
||||
esc left workspace exit i3
|
||||
tab last workspace
|
||||
- - vol -- vol
|
||||
_ - vol -- vol
|
||||
= + vol ++ vol
|
||||
+ + vol ++ vol
|
||||
q kill win kill win
|
||||
w browser browser
|
||||
e neomutt tutorials
|
||||
r ranger winresize
|
||||
t toggle hor/vert gaps=15px
|
||||
y calcurse resize left
|
||||
u dropdown term resize down
|
||||
i htop resize up
|
||||
o sticky win resize right
|
||||
p pause music
|
||||
[ back 10 secs back 2 min
|
||||
] forward 10 secs forward 2 min
|
||||
\ last workspace
|
||||
a calculator audio control
|
||||
s + inner gaps - inner gaps
|
||||
d dmenu remove gaps
|
||||
f fullscreen freeze mode
|
||||
g left workspace GIMP
|
||||
h focus left move win left
|
||||
j focus down move win down
|
||||
k focus up move win up
|
||||
l focus right move win right
|
||||
; right workspace
|
||||
' fast right win
|
||||
z + outer gaps - outer gaps
|
||||
x lock screen shutdown
|
||||
c webcam
|
||||
v visualizer projectm
|
||||
b bar on/off stick/float win
|
||||
n newsboat
|
||||
m ncmpcpp mute audio
|
||||
, previous song restart song
|
||||
< previous song restart song
|
||||
. next song
|
||||
> next song
|
||||
/ fast win below kill win
|
||||
? fast win below kill win
|
||||
@ -413,5 +413,3 @@ bindsym XF86Documents exec $term -e $FILE ~/Documents
|
||||
##bindsym XF86Battery exec
|
||||
##bindsym XF86Bluetooth exec
|
||||
bindsym XF86WLAN exec $netrefresh
|
||||
|
||||
exec --no-startup-id lukescripts
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
## ncmpcpp.
|
||||
##
|
||||
#
|
||||
#ncmpcpp_directory = ~/.ncmpcpp
|
||||
ncmpcpp_directory = ~/.config/ncmpcpp
|
||||
#
|
||||
##
|
||||
## Directory for storing downloaded lyrics. It defaults to ~/.lyrics since other
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
#!/bin/sh
|
||||
case "$(printf "a selected area\\ncurrent window\\nfull screen\\na selected area (copy)\\ncurrent window (copy)\\nfullscreen (copy)" | dmenu -l 6 -i -p "Screenshot which area?")" in
|
||||
case "$(printf "a selected area\\ncurrent window\\nfull screen\\na selected area (copy)\\ncurrent window (copy)\\nfull screen (copy)" | dmenu -l 6 -i -p "Screenshot which area?")" in
|
||||
"a selected area") maim -s pic-selected-"$(date '+%y%m%d-%H%M-%S').png" ;;
|
||||
"current window") maim -i "$(xdotool getactivewindow)" pic-window-"$(date '+%y%m%d-%H%M-%S').png" ;;
|
||||
"full screen") maim pic-full-"$(date '+%y%m%d-%H%M-%S').png" ;;
|
||||
"a selected area (copy)") maim -s | xclip -selection clipboard -t image/png ;;
|
||||
"current window (copy)") maim -i | xclip -selection clipboard -t image/png ;;
|
||||
"current window (copy)") maim -i "$(xdotool getactivewindow)" | xclip -selection clipboard -t image/png ;;
|
||||
"full screen (copy)") maim | xclip -selection clipboard -t image/png ;;
|
||||
esac
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Credit to Maddison Hellstrom (@b0o on Github)
|
||||
qrencode -o - -s 1 \
|
||||
ifinstalled feh && qrencode -o - -s 1 \
|
||||
"$(xclip -out -selection clipboard)" |
|
||||
feh --zoom max \
|
||||
-F \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user