mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
Updated hotkeys, autostart apps and polybar config
This commit is contained in:
@@ -2,39 +2,70 @@
|
||||
xsetroot -cursor_name left_ptr &
|
||||
export GTK2_RC_FILES="$HOME/.gtkrc-2.0" &
|
||||
xrdb merge .Xresources &
|
||||
## Wallpaper.
|
||||
|
||||
## Wallpaper.
|
||||
sh ~/.fehbg &
|
||||
|
||||
## Composition manager
|
||||
picom -b &
|
||||
picom -b --experimental-backends --vsync &
|
||||
|
||||
## enable local fonts in .fonts directory
|
||||
xset +fp /usr/share/fonts/local &
|
||||
xset +fp /usr/share/fonts/misc &
|
||||
xset +fp ~/.fonts &
|
||||
xset fp rehash &
|
||||
fc-cache -fv &
|
||||
|
||||
## powersaving options
|
||||
xset s off &
|
||||
xset s noblank &
|
||||
xset s noexpose &
|
||||
xset c on &
|
||||
xset -dpms &
|
||||
|
||||
## Make monitor settings persist between reboots
|
||||
eval $(awk -F'=' '/Exec=/ {print $2}' ~/.config/autostart/lxrandr-autostart.desktop) &
|
||||
|
||||
## Map super key to trigger rofi when used alone
|
||||
xcape -e 'Super_L=Super_L|Shift_L|space' &
|
||||
|
||||
## Automagically set gap width based on amount of windows open
|
||||
autogap &
|
||||
|
||||
## Polkit agent
|
||||
polkit-dumb-agent &
|
||||
|
||||
## Gnome keyring
|
||||
gnome-keyring-daemon &
|
||||
|
||||
## Notification daemon
|
||||
dunst &
|
||||
|
||||
## Set screen locker
|
||||
xss-lock -v i3lock-fancy-dualmonitor &
|
||||
dockd --daemon &
|
||||
|
||||
###############################################################################################################################
|
||||
## Autostart apps ##
|
||||
###############################################################################################################################
|
||||
|
||||
## Screenshot daemon
|
||||
flameshot &
|
||||
|
||||
## Autostart
|
||||
run_keybase -a &
|
||||
|
||||
## Telegram daemon
|
||||
telegram-desktop -startintray &
|
||||
|
||||
###############################
|
||||
## THINKPAD-SPECIFIC ##
|
||||
###############################
|
||||
dockd --daemon &
|
||||
|
||||
|
||||
###############################################################################################################################
|
||||
## Launch polybar - Keep last! ##
|
||||
###############################################################################################################################
|
||||
sleep 3 &
|
||||
$HOME/.config/polybar/launch.sh &
|
||||
|
||||
|
||||
2
bspwm/.dmrc
Normal file
2
bspwm/.dmrc
Normal file
@@ -0,0 +1,2 @@
|
||||
[Desktop]
|
||||
Session=bspwm
|
||||
Reference in New Issue
Block a user