add wallpapers, qutebrowser; update bspwm/sxhkd
Signed-off-by: Lucas Sta Maria <lucas.stamaria@gmail.com>
This commit is contained in:
parent
c293767edf
commit
6d4aed993b
8 changed files with 45 additions and 5 deletions
|
@ -42,3 +42,10 @@
|
|||
.config/picom.conf;
|
||||
.config/zathura/zathurarc;
|
||||
.config/dunst/dunstrc;
|
||||
.config/qutebrowser/config.py;
|
||||
.wallpaper/[
|
||||
sgcfd.jpeg,
|
||||
sgcfdblurred.jpg,
|
||||
sgcfdfalls.jpeg,
|
||||
sgcfdfallsicon.jpeg
|
||||
];
|
||||
|
|
|
@ -18,4 +18,9 @@ bspc config pointer_follows_monitor true
|
|||
bspc config pointer_follows_focus false
|
||||
bspc config focus_follows_pointer true
|
||||
|
||||
bspc config merge_overlapping_monitors true
|
||||
|
||||
bspc rule -a Emacs state=tiled
|
||||
bspc rule -a Zathura state=tiled
|
||||
|
||||
exec .local/bin/startup
|
||||
|
|
15
.config/qutebrowser/config.py
Normal file
15
.config/qutebrowser/config.py
Normal file
|
@ -0,0 +1,15 @@
|
|||
config.load_autoconfig()
|
||||
|
||||
config.bind('<Shift-j>', 'tab-prev')
|
||||
config.bind('<Shift-k>', 'tab-next')
|
||||
config.bind('<Control-j>', 'tab-prev')
|
||||
config.bind('<Control-k>', 'tab-next')
|
||||
|
||||
c.content.blocking.method = 'both'
|
||||
c.content.blocking.adblock.lists = [
|
||||
'https://easylist.to/easylist/easylist.txt',
|
||||
'https://easylist.to/easylist/easyprivacy.txt',
|
||||
'https://easylist-downloads.adblockplus.org/antiadblockfilters.txt'
|
||||
]
|
||||
|
||||
c.hints.chars = 'aoeuidhtns'
|
|
@ -7,7 +7,7 @@ super + Return
|
|||
kitty
|
||||
|
||||
# program launcher
|
||||
super + r
|
||||
super + space
|
||||
/home/priime/.config/rofi/scripts/rofi-apps
|
||||
|
||||
# make sxhkd reload its configuration files:
|
||||
|
@ -43,8 +43,11 @@ super + g
|
|||
#
|
||||
|
||||
# set the window state
|
||||
super + {t,shift + t,s,f}
|
||||
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
|
||||
super + {t,shift + t,s}
|
||||
bspc node -t {tiled,pseudo_tiled,floating}
|
||||
|
||||
super + f
|
||||
bspc node -t \~fullscreen
|
||||
|
||||
# set the node flags
|
||||
super + ctrl + {m,x,y,z}
|
||||
|
@ -206,5 +209,15 @@ super + {a,o}
|
|||
pactl set-sink-volume @DEFAULT_SINK@ {+,-}2%
|
||||
|
||||
# switch monitor mode
|
||||
super + {x,b}
|
||||
~/.screenlayout/{monitor,single-screen}.sh
|
||||
super + shift + x
|
||||
~/.screenlayout/monitor.sh && bspc monitor -g 1920x1080+0+0 && bspc config -m eDP1 bottom_padding 0 && bspc wm -r
|
||||
super + shift + b
|
||||
~/.screenlayout/single-screen.sh && bspc monitor -g 1920x1200+0+0 && bspc config -m eDP1 bottom_padding 0 bspc wm -r
|
||||
|
||||
# emojis and special symbols
|
||||
super + {_,shift +} i
|
||||
rofi -show {emoji,unicode} -modi {emoji,'unicode:~/.config/rofiemoji-rofiunicode/rofiunicode.sh'}
|
||||
|
||||
# lambda everywhere
|
||||
control + backslash
|
||||
xdotool keyup Control_L && xdotool keyup backslash && xdotool type "λ"
|
||||
|
|
BIN
.wallpaper/sgcfd.jpeg
Normal file
BIN
.wallpaper/sgcfd.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 598 KiB |
BIN
.wallpaper/sgcfdblurred.jpg
Normal file
BIN
.wallpaper/sgcfdblurred.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 815 KiB |
BIN
.wallpaper/sgcfdfalls.jpeg
Normal file
BIN
.wallpaper/sgcfdfalls.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 914 KiB |
BIN
.wallpaper/sgcfdfallsicon.jpeg
Normal file
BIN
.wallpaper/sgcfdfallsicon.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 131 KiB |
Loading…
Add table
Add a link
Reference in a new issue