general dotfiles cleanup
This commit is contained in:
parent
992d0fef71
commit
32020bd6d5
7 changed files with 8 additions and 54 deletions
34
.Xresources
34
.Xresources
|
@ -1,37 +1,3 @@
|
||||||
URxvt*scrollBar: false
|
|
||||||
URxvt*scrollTtyOutput: false
|
|
||||||
URxvt*scrollWithBuffer: true
|
|
||||||
URxvt*scrollTtyKeypress: true
|
|
||||||
|
|
||||||
URxvt*cursorUnderline: true
|
|
||||||
URxvt*cursorBlink: true
|
|
||||||
|
|
||||||
URxvt*font: xft:MesloLGS NF:size=10
|
|
||||||
URxvt*boldFolt: xft:MesloLGS NF:size=10
|
|
||||||
URxvt*italicFont: xft:MesloLGS NF:size=10
|
|
||||||
URxvt*boldItalicFont: xft:MesloLGS NF:size=10
|
|
||||||
URxvt.letterSpace: 0
|
|
||||||
|
|
||||||
URxvt.perl-ext-common: default,clipboard,matcher,tabbed,fullscreen,resize-font
|
|
||||||
|
|
||||||
URxvt.clipboard.autocopy: false
|
|
||||||
URxvt.keysym.Shift-Control-C: perl:clipboard:copy
|
|
||||||
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
|
|
||||||
|
|
||||||
URxvt.iso14755: false
|
|
||||||
URxvt.iso14755_52: false
|
|
||||||
|
|
||||||
URxvt.url-launcher: /usr/bin/xdg-open
|
|
||||||
URxvt.matcher.button: 1
|
|
||||||
URxvt.matcher.rend.0: Uline Bold fg5
|
|
||||||
|
|
||||||
URxvt.tabbed.tabbar-fg: 2
|
|
||||||
URxvt.tabbed.tabbar-bg: 0
|
|
||||||
URxvt.tabbed.tab-fg: 3
|
|
||||||
URxvt.tabbed.tab-bg: 0
|
|
||||||
|
|
||||||
URxvt.keysym.F11: perl.fullscreen.switch
|
|
||||||
|
|
||||||
#define nord0 #2E3440
|
#define nord0 #2E3440
|
||||||
#define nord1 #3B4252
|
#define nord1 #3B4252
|
||||||
#define nord2 #434C5E
|
#define nord2 #434C5E
|
||||||
|
|
|
@ -7,7 +7,6 @@ xrdb $HOME/.Xresources
|
||||||
$HOME/.config/polybar/launch.sh &
|
$HOME/.config/polybar/launch.sh &
|
||||||
pgrep -x polkit-gnome-au > /dev/null || /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
pgrep -x polkit-gnome-au > /dev/null || /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
feh --bg-fill --randomize $HOME/backgrounds/* /usr/share/backgrounds/* &
|
feh --bg-fill --randomize $HOME/backgrounds/* /usr/share/backgrounds/* &
|
||||||
pgrep -x nm-applet > /dev/null || nm-applet &
|
|
||||||
pgrep -x pasystray > /dev/null || pasystray &
|
pgrep -x pasystray > /dev/null || pasystray &
|
||||||
pgrep -x xscreensaver > /dev/null || xscreensaver -no-splash &
|
pgrep -x xscreensaver > /dev/null || xscreensaver -no-splash &
|
||||||
pgrep -x picom > /dev/null || picom --config $HOME/.config/picom/picom.conf &
|
pgrep -x picom > /dev/null || picom --config $HOME/.config/picom/picom.conf &
|
||||||
|
@ -15,7 +14,8 @@ pgrep -x wmname > /dev/null || wmname LG3D &
|
||||||
gnome-keyring-daemon --start &
|
gnome-keyring-daemon --start &
|
||||||
|
|
||||||
# Set workspaces
|
# Set workspaces
|
||||||
bspc monitor eDP1 -d 1 2 3 4 5 6 7 8 9 10
|
bspc monitor DP-2 -d 1 2 3 4 5
|
||||||
|
bspc monitor HDMI-0 -d 6 7 8 9 0
|
||||||
|
|
||||||
# BSPWM config
|
# BSPWM config
|
||||||
bspc config border_width 1
|
bspc config border_width 1
|
||||||
|
|
|
@ -18,17 +18,13 @@ super + e
|
||||||
super + w
|
super + w
|
||||||
rofi -show window
|
rofi -show window
|
||||||
|
|
||||||
# Rofi Powermenu
|
|
||||||
super + q
|
|
||||||
rofi -show power-menu -modi power-menu:rofi-power-menu
|
|
||||||
|
|
||||||
# Start slock
|
# Start slock
|
||||||
super + shift + q
|
super + shift + q
|
||||||
slock
|
slock
|
||||||
|
|
||||||
# Brave
|
# Chrome
|
||||||
super + b
|
super + b
|
||||||
brave-nightly
|
google-chrome-unstable
|
||||||
|
|
||||||
# Discord
|
# Discord
|
||||||
super + d
|
super + d
|
||||||
|
|
2
.xinitrc
2
.xinitrc
|
@ -9,6 +9,6 @@ fi
|
||||||
|
|
||||||
pipewire &
|
pipewire &
|
||||||
pipewire-pulse &
|
pipewire-pulse &
|
||||||
pipewire-media-session &
|
wireplumber &
|
||||||
|
|
||||||
exec bspwm
|
exec bspwm
|
||||||
|
|
|
@ -288,4 +288,3 @@ programs: \
|
||||||
|
|
||||||
pointerHysteresis: 10
|
pointerHysteresis: 10
|
||||||
authWarningSlack: 20
|
authWarningSlack: 20
|
||||||
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
notify-send "WARNING: CLEANING & BACKING UP PACMAN PACKAGES! NO NOT USE PACMAN RELATED COMMANDS UNTIL FINISH MESSAGE IS SENT!"
|
|
||||||
sudo pacman -Qtdq --noconfirm | sudo pacman -Rns --noconfirm -
|
|
||||||
pacman -Scc --noconfirm
|
|
||||||
pacman -Qq > $HOME/git/dotfiles/packages.txt
|
|
||||||
cd $HOME/git/dotfiles && git add . && git commit -m "[AUTOMATED PUSH] Backed up Pacman" && git push
|
|
||||||
notify-send "Finished backing up Pacman."
|
|
Reference in a new issue