Archived
0
0
Fork 0

general dotfiles cleanup

This commit is contained in:
Daryl Ronningen 2022-07-08 08:50:25 -07:00
parent 992d0fef71
commit 32020bd6d5
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B
7 changed files with 8 additions and 54 deletions

View file

@ -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 nord1 #3B4252
#define nord2 #434C5E

View file

@ -7,7 +7,6 @@ xrdb $HOME/.Xresources
$HOME/.config/polybar/launch.sh &
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/* &
pgrep -x nm-applet > /dev/null || nm-applet &
pgrep -x pasystray > /dev/null || pasystray &
pgrep -x xscreensaver > /dev/null || xscreensaver -no-splash &
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 &
# 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
bspc config border_width 1

View file

@ -18,17 +18,13 @@ super + e
super + w
rofi -show window
# Rofi Powermenu
super + q
rofi -show power-menu -modi power-menu:rofi-power-menu
# Start slock
super + shift + q
slock
# Brave
# Chrome
super + b
brave-nightly
google-chrome-unstable
# Discord
super + d

View file

@ -9,6 +9,6 @@ fi
pipewire &
pipewire-pulse &
pipewire-media-session &
wireplumber &
exec bspwm

View file

@ -18,7 +18,7 @@ fade: True
unfade: True
fadeSeconds: 0:00:03
ignoreUninstalledPrograms:False
font:
font:
dpmsEnabled: True
dpmsQuickOff: False
dpmsStandby: 2:00:00
@ -27,14 +27,14 @@ dpmsOff: 4:00:00
grabDesktopImages: False
grabVideoFrames: False
chooseRandomImages: False
imageDirectory:
imageDirectory:
mode: random
selected: -1
textMode: date
textLiteral: XScreenSaver
textFile:
textFile:
textProgram: fortune
textURL: https://en.wikipedia.org/w/index.php?title=Special:NewPages&feed=rss
dialogTheme: default
@ -288,4 +288,3 @@ programs: \
pointerHysteresis: 10
authWarningSlack: 20

View file

@ -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."