add wallpapers, qutebrowser; update bspwm/sxhkd

Signed-off-by: Lucas Sta Maria <lucas.stamaria@gmail.com>
This commit is contained in:
Lucas Sta Maria 2022-04-06 15:38:09 -04:00
parent c293767edf
commit 6d4aed993b
No known key found for this signature in database
GPG key ID: 4B9481F3C5068E2E
8 changed files with 45 additions and 5 deletions

View file

@ -42,3 +42,10 @@
.config/picom.conf; .config/picom.conf;
.config/zathura/zathurarc; .config/zathura/zathurarc;
.config/dunst/dunstrc; .config/dunst/dunstrc;
.config/qutebrowser/config.py;
.wallpaper/[
sgcfd.jpeg,
sgcfdblurred.jpg,
sgcfdfalls.jpeg,
sgcfdfallsicon.jpeg
];

View file

@ -18,4 +18,9 @@ bspc config pointer_follows_monitor true
bspc config pointer_follows_focus false bspc config pointer_follows_focus false
bspc config focus_follows_pointer true 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 exec .local/bin/startup

View 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'

View file

@ -7,7 +7,7 @@ super + Return
kitty kitty
# program launcher # program launcher
super + r super + space
/home/priime/.config/rofi/scripts/rofi-apps /home/priime/.config/rofi/scripts/rofi-apps
# make sxhkd reload its configuration files: # make sxhkd reload its configuration files:
@ -43,8 +43,11 @@ super + g
# #
# set the window state # set the window state
super + {t,shift + t,s,f} super + {t,shift + t,s}
bspc node -t {tiled,pseudo_tiled,floating,fullscreen} bspc node -t {tiled,pseudo_tiled,floating}
super + f
bspc node -t \~fullscreen
# set the node flags # set the node flags
super + ctrl + {m,x,y,z} super + ctrl + {m,x,y,z}
@ -206,5 +209,15 @@ super + {a,o}
pactl set-sink-volume @DEFAULT_SINK@ {+,-}2% pactl set-sink-volume @DEFAULT_SINK@ {+,-}2%
# switch monitor mode # switch monitor mode
super + {x,b} super + shift + x
~/.screenlayout/{monitor,single-screen}.sh ~/.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 KiB

BIN
.wallpaper/sgcfdblurred.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 KiB

BIN
.wallpaper/sgcfdfalls.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 914 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB