Commit Graph

296 Commits

Author SHA1 Message Date
Alan Orth 75ebcd48e3
Remove ~/.pam_environment
It has been deprecated for a long time and Arch Linux finally rem-
oved support for it from pambase.

See: https://bugs.archlinux.org/task/68945
2022-11-06 21:23:34 +03:00
Alan Orth 8b23f5748e
dotfiles/config/wofi/style.css: update
Latest selenized-dark from Selenized repo.

See: https://github.com/jan-warchol/selenized/blob/master/other-apps/wofi/selenized-dark.css
2022-11-01 10:18:25 +03:00
Alan Orth 144e015223
dotfiles/zshrc: check if asdf.sh exists
This exists on Arch, but not if I'm running the dotfiles on some
random server.
2022-08-31 19:16:45 +03:00
Alan Orth dd44606a6f
dotfiles/zshrc: use asdf on all profiles 2022-08-31 19:14:47 +03:00
Alan Orth a1eb0994fd
dotfiles/zshrc: new genpass alias 2022-08-31 16:59:58 +03:00
Alan Orth 936385d111
dotfiles/config/sway/config: float LibreOffice import 2022-08-18 20:40:50 -07:00
Alan Orth 808e06eaf8
dotfiles/zshrc: add comment about ssh-agent socket 2022-08-14 13:51:06 -07:00
Alan Orth 6d568a8c94
dotfiles/config/sway/config: float iwgtk 2022-08-13 14:41:23 -07:00
Alan Orth 59d99715ab
README.md: update instructions
I'm using the AUR package for dotdrop now.
2022-08-12 20:59:32 -07:00
Alan Orth f1b55c6be9
Add ssh-agent service and ssh config
Add a systemd user service to start the ssh-agent and add an ssh
config to automatically add ssh identities to the agent when they
are used (otherwise we have to add them manually). I will see how
this works out.

See: https://wiki.archlinux.org/title/SSH_keys#SSH_agents
2022-08-12 16:23:06 -07:00
Alan Orth afa622369b
dotfiles/zshrc: update
Remove unused Kitty and ASDF variables, and export SSH_AUTH_SOCK.
2022-08-12 16:21:55 -07:00
Alan Orth 50bb7df89e
dotfiles/zshrc: add comment about GPG_TTY
This is only needed for pinentry-curses.
2022-08-12 08:47:33 -07:00
Alan Orth 4d6353ed2a
Add scripts from ~/.local/bin
Some utility scripts.
2022-08-01 15:14:12 +03:00
Alan Orth 3ddb4f58f4
dotfiles: update Kanshi config
Add new Dell 4K monitor.
2022-07-30 21:06:04 +03:00
Alan Orth a644fc60e2
dotfiles/config/sway/config: fix shortcuts
Recently Chromium has started disabling shortcuts for windows that
were launched with `--app`.

See: https://www.reddit.com/r/swaywm/comments/vlvpws/chromeium_app_flag_spawns_windows_with_shortcut/
2022-06-27 22:23:43 +03:00
Alan Orth 918f0958b1
Remove dotfiles/vim/.netrwhist 2022-05-16 11:05:29 +03:00
Alan Orth feb6efa204
Move tmux config 2022-05-14 21:30:42 +03:00
Alan Orth e5a8d48de9
dotfiles/zshrc: add asdf version manager 2022-05-05 10:50:54 +03:00
Alan Orth 2524b0d6cd
config.yaml: fix syntax error 2022-04-25 16:49:18 +03:00
Alan Orth 447d81051f
config.yaml: add generic profile for dotdrop
dotdrop wants to use a profile for each system it is deployed. We
want to use some common settings on all hosts without having to c-
reate a profile for each.
2022-04-25 16:47:10 +03:00
Alan Orth bb3f0556ee dotfiles/config/sway/config: calculator floating
As of GNOME 42 this application ID changed.
2022-04-22 15:05:33 +03:00
Alan Orth 151e3b1f91
dotfiles: add vim modeline to foot.ini 2022-04-15 10:32:26 +03:00
Alan Orth 7dc73b94c3
dotfiles: include selenized-dark colors in foot
No need to define them directly!
2022-04-15 10:31:52 +03:00
Alan Orth 3a0beefd2e
Add geoclue-agent.service
Required for geolocation using the system geoclue service.
2022-03-01 11:01:33 +03:00
Alan Orth 8f4161b832
dotfiles/config/kanshi: update monitor 2022-02-11 11:41:29 +03:00
Alan Orth c7fd75d787
Import xdg-desktop-portal-wlr config
This is important for the screensharing prompt. By default it seems
to just use slurp, which is slightly confusing.

See: https://github.com/emersion/xdg-desktop-portal-wlr/issues/124
2022-02-11 11:39:10 +03:00
Alan Orth d70d22ea05
Remove alacritty config
I don't use it.
2022-02-07 09:45:43 +03:00
Alan Orth 7b90092dfe
dotfiles: fix tab in kanshi config 2022-02-07 07:27:29 +03:00
Alan Orth 07f87a3064
kanshi/config: add other HP monitor
Hopefully this one is temporary because the colors suck.
2022-02-03 16:19:38 +03:00
Alan Orth d1338a46b3
Add HP monitor to kanshi config 2022-01-31 20:19:57 +03:00
Alan Orth 5017944487
Remove old dotfiles
I don't use mutt and I haven't used Xorg in years.
2022-01-27 16:46:24 +03:00
Alan Orth 7955023b24 Import .bashrc to dotdrop's dotfiles
I don't use this on any personal machines.
2022-01-27 16:46:07 +03:00
Alan Orth 2f56e4f90f
README.md: fix intro 2022-01-27 16:35:22 +03:00
Alan Orth dd382d2694
dotfiles/config/kanshi/config: restore knafeh 2022-01-27 16:34:46 +03:00
Alan Orth 429d9747dd
README.md: update 2022-01-27 16:30:45 +03:00
Alan Orth b6cdee3d35
config.yaml: Add knafeh
This machine is a ThinkPad Carbon X1 (6th Gen) with HDR screen.
2022-01-27 15:22:57 +03:00
Alan Orth 99239045f2
Add .gitignore
We ignore the dotdrop.sh file because that is managed by dotdrop it
self.
2022-01-27 15:22:15 +03:00
Alan Orth aa565f0d57
Add dotdrop config.yaml
This file is managed by dotdrop when you do `dotdrop import` etc.
2022-01-27 15:21:34 +03:00
Alan Orth 188f89e7dc
Migrate configs to dotdrop dotfiles 2022-01-27 15:21:11 +03:00
Alan Orth 109dcf2032
Add dotdrop
Easier to maintain and install dotfiles on multiple machines.

See: https://github.com/deadc0de6/dotdrop#getting-started
2022-01-27 15:15:03 +03:00
Alan Orth 154bffbc82
sway/config: don't create wob socket via exec
Instead, use a systemd socket unit (wob.socket) that triggers the
wob.service unit.
2022-01-23 17:40:46 +03:00
Alan Orth 0f454dd3a1
sway/status.py: fix undefined variable 2022-01-21 15:58:23 +03:00
Alan Orth 7e00ab4d31
Add wofi config
This is using Solarized colors and application icons.
2022-01-18 14:57:48 +03:00
Alan Orth 6d13dec3e3
Add some systemd user units
Mostly for systemd integration of sway stuff.

See: https://github.com/swaywm/sway/wiki/Systemd-integration
2022-01-18 14:44:01 +03:00
Alan Orth 6ce2c4c8fb
Add .pam_environment 2022-01-18 12:39:15 +03:00
Alan Orth e1d62bc284
sway/status.py: add note about python-psutil 2022-01-18 11:52:03 +03:00
Alan Orth 5a62e31ca0
foot/foot.ini: add dim0 color
Foot 1.10.0 added support for dim0-7 colors. Selenized only uses
dim0 apparently.

See: https://codeberg.org/dnkl/foot/src/branch/master/CHANGELOG.md#1-10-0
See: https://github.com/jan-warchol/selenized/blob/master/the-values.md
2021-11-30 08:26:53 +02:00
Alan Orth 5e9283cca9
sway/config: update wob socket usage
Latest usage on wob's documentation is slightly different than I
had been using.

See: https://github.com/francma/wob
2021-11-30 08:26:09 +02:00
Alan Orth e382954240
sway/config: explicitly label XWayland windows 2021-11-30 08:25:04 +02:00
Alan Orth 2b88aa7fa8
foot/foot.ini: Use Cascadia Mono font
This is the new font from Microsoft in VSCode. I got the font names
from `fc-list` and tested them by printing some bold, italic, and
bold italic text:

    $ ansi()          { echo -e "\e[${1}m${*:2}\e[0m"; }
    $ bold()          { ansi 1 "$@"; }
    $ italic()        { ansi 3 "$@"; }
    $ echo "Some $(bold bold text) next to some $(italic italic text) and some $(bold $(italic bold italic text))."

See: https://askubuntu.com/questions/528928/how-to-do-underline-bold-italic-strikethrough-color-background-and-size-i
2021-10-18 13:44:54 +03:00