added bunch of stuff

This commit is contained in:
ry
2022-02-02 17:23:19 -08:00
parent 8e6c976dc3
commit c4d910191f
6 changed files with 34 additions and 13 deletions

View File

@@ -4,7 +4,6 @@ This =.org= document is where I store all of my small time user-level configurat
I prefer to use programs that I can extend the functionality of via configuration files and source code.
* Sway
** Mod Key
#+begin_src shell :tangle ~/dotfiles/.config/sway/config :mkdirp yes
@@ -63,6 +62,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
@@ -72,7 +74,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
@@ -353,7 +355,7 @@ indicator-caps-lock
show-failed-attempts
#+end_src
* Waybar
*** waybar/config
** waybar/config
#+begin_src shell :tangle ~/dotfiles/.config/waybar/config :mkdirp yes
{
"layer": "top", // Waybar at top layer
@@ -436,7 +438,7 @@ show-failed-attempts
},
}
#+end_src
*** waybar/style.css
** waybar/style.css
#+begin_src shell :tangle ~/dotfiles/.config/waybar/style.css :mkdirp yes
\* {
border: none;
@@ -558,7 +560,7 @@ window#waybar {
#+RESULTS:
*** extra
** extra
#+begin_src shell
"sway/workspaces": {
"disable-scroll": true,
@@ -575,7 +577,7 @@ window#waybar {
}
#+end_src
* Wofi
*** wofi/config
** wofi/config
#+begin_src shell :tangle ~/dotfiles/.config/wofi/config :mkdirp yes
style=/home/opal/dotfiles/.config/wofi/style.css
show=drun
@@ -589,7 +591,7 @@ insensitive=true
prompt=Search...
term=alacritty
#+end_src
*** wofi/style.css
** wofi/style.css
#+begin_src shell :tangle ~/dotfiles/.config/wofi/style.css :mkdirp yes
*{
font-family: monospace;
@@ -682,6 +684,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"