added bunch of stuff
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
;;grammar ; tasing grammar mistake every you make
|
||||
|
||||
:tools
|
||||
;;ansible
|
||||
ansible
|
||||
;;biblio ; Writes a PhD for you (citation needed)
|
||||
;;debugger ; FIXME stepping through code, to help you add bugs
|
||||
;;direnv
|
||||
@@ -160,7 +160,7 @@
|
||||
;;swift ; who asked for emoji variables?
|
||||
;;terra ; Earth and Moon in alignment for performance.
|
||||
;;web ; the tubes
|
||||
;;yaml ; JSON, but readable
|
||||
yaml ; JSON, but readable
|
||||
;;zig ; C, but simpler
|
||||
|
||||
:email
|
||||
|
||||
@@ -41,6 +41,9 @@ exec_always --no-startup-id dunst
|
||||
# flash focus
|
||||
exec --no-startup-id flashfocus
|
||||
|
||||
# udiskie - auto usb mounting
|
||||
exec --no-startup-id /usr/bin/udiskie
|
||||
|
||||
# polkit
|
||||
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
@@ -50,7 +53,7 @@ exec /usr/bin/nm-applet --indicator
|
||||
# Bluetooth manager tray applet
|
||||
exec /usr/bin/blueman-applet
|
||||
|
||||
# Gtk crap
|
||||
# Gtk
|
||||
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
|
||||
@@ -9,6 +9,14 @@ alias ip="ip -c"
|
||||
alias rm="trash -v --trash-dir=$HOME/.trash"
|
||||
alias cls="ls-awk"
|
||||
|
||||
# ~ Heck the GNU Coreutils ~ #
|
||||
alias ls="exa"
|
||||
alias find="fd"
|
||||
alias cat="bat"
|
||||
alias du="gdu"
|
||||
alias grep="rg"
|
||||
alias dig="dog"
|
||||
|
||||
# ~ Derp ~ #
|
||||
alias unmount="umount"
|
||||
alias please="sudo"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Make directory and CD into it.
|
||||
# Make directory and CD into i.
|
||||
mkcd () { mkdir -p -- "$1" && cd -P -- "$1" }
|
||||
|
||||
ls-awk () { ls -l --color=always | awk '{k=0;for(i=0;i<=8;i++)k+=((substr($1,i+2,1)~/[rwx]/) \
|
||||
|
||||
Reference in New Issue
Block a user