Commit Graph
100 Commits
Author SHA1 Message Date
frebib d985ba7b12 alacritty: increase background opacity for visual 2020-03-22 10:54:27 +00:00
frebib fb68f77812 alacritty: increase history buffer 10x 2020-03-22 10:47:49 +00:00
frebib 7deef0edfc browser: set default browser to Firefox 2020-03-22 10:47:30 +00:00
frebib 82d7d0409f X11: add gtk2 config to X11 profile 2020-03-22 10:47:13 +00:00
frebib 133af4caf1 X11: enable pixel-accurate scrolling in firefox 2020-03-22 10:37:42 +00:00
frebib b59f33a1f5 zsh: systemd: explicitly set pager with args
Sometimes systemd ignores the $LESS variable, so force it a little harder
2020-03-22 10:28:14 +00:00
frebib 6dc01ac2bd polybar: fix updates/weather clickable icons 2020-03-22 09:55:19 +00:00
frebib ce2d5e267a polybar: fix gateway ping for v4-only networks 2020-03-22 09:54:42 +00:00
frebib 874e177b8f systemd: polybar wait for i3
This should ensure that the IPC socket to get i3 workspaces works on polybar startup

In reality this doesn't help because systemd marks the service as active before the socket file is created, so startup is still racy
2020-03-21 23:37:05 +00:00
frebib 7b193b1b99 zsh: less enable mouse support
Usually this works most of the time, but in some invocations mouse does not work without this,

e.g. systemctl status
2020-03-21 23:37:05 +00:00
frebib 16c629fc70 zsh: enable multibyte (unicode) support
I don't know why I had this disabled. Probably copy-paste when I had no idea what it meant or did
2020-03-21 23:37:05 +00:00
frebib 02041c3b27 picom: use ewmh active-window and render damage 2020-03-21 23:37:04 +00:00
frebib 18aa625eca picom: disable logging to file 2020-03-21 23:37:04 +00:00
frebib a45ef24aff picom: update Firefox class to 'firefox' 2020-03-21 23:37:04 +00:00
frebib d741e2e6fa zsh: fix backspacing across newlines in vi-mode 2020-03-21 23:37:04 +00:00
frebib 080e92b740 zsh: add Ctrl+W (emacs delete word) in Vi mode
Yes, I see the irony in this one, it's just too convenient to pass up
2020-03-21 23:37:04 +00:00
frebib 9e9ba8a76f zsh: add Ctrl+F for fuzzy file search 2020-03-21 23:37:04 +00:00
frebib f2c67c19aa zsh: tty -s prints nothing
Remove redirection of stdout/stderr as they're pointless
2020-03-21 23:37:03 +00:00
frebib 8ceb3434a0 polybar: prefer 'systemd-run --no-block' over 'i3-msg exec' 2020-03-21 23:37:03 +00:00
frebib 1929a94ef4 i3: use light instead of xbacklight 2020-03-21 23:37:03 +00:00
frebib ccce866b55 systemd: add & enable xsettingsd service
Update `dpi` script to interact with systemd units
2020-03-21 23:37:02 +00:00
frebib bbfb8fff3f gtk2: remove include to non-existent file 2020-03-21 23:03:43 +00:00
frebib ff0d449fa5 git: add 'git leaders' alias
Lists git committers in order of commit count, for a repo
2020-03-21 23:02:28 +00:00
frebib 936e8828c8 git: use absolute dates in git-log 2020-03-21 23:01:50 +00:00
frebib fb480c73c5 git: prune deleted branches on fetch/pull 2020-03-21 23:01:01 +00:00
frebib bc89989bbb polybar: use nct6775 cputemp hwmon module 2020-03-21 22:56:09 +00:00
frebib 2770fefefd polybar: add gputemp applet
rename temperature to cputemp for consistency
2020-03-21 22:56:09 +00:00
frebib 0256369cd6 scripts/screenshot: update screenshot scp path 2020-03-21 22:56:09 +00:00
frebib 1fdb93e356 scripts/gtav: add gtav/netsplit scripts 2020-03-21 22:56:09 +00:00
frebib f379b758c9 systemd: add & enable nm-applet service 2020-03-21 22:51:42 +00:00
frebib 93a2899c7b i3: allow popups to interrupt fullscreen windows 2020-03-21 22:33:10 +00:00
frebib df03d9062e systemd: enable xautolock service 2020-03-21 22:31:59 +00:00
frebib ddf5a1d387 xautolock: add xorg dependency. timeout after 5min 2020-03-21 22:30:58 +00:00
frebib ba8dc84993 xprofile: load xmodmap on Xorg startup 2020-03-21 22:17:37 +00:00
frebib 757bd4c26d systemd: launch i3 and user programs with systemd 2020-03-21 21:29:21 +00:00
frebib d96ffc16ff aliases: add gdni/gbl. use --keep with gundo 2020-03-21 21:29:11 +00:00
frebib 2598df0f17 aliases: make git-log/git-show aliases consistent
Show patches and stats in appropriate places
2020-03-21 21:29:11 +00:00
frebib d251f3e23a dunst: use full html-like markup
Strip all trailing whitespace from the configuration file
2020-03-21 21:29:11 +00:00
frebib 0d5e1a92c9 i3: remove unused alt-tab script 2020-03-21 21:29:09 +00:00
frebib ed0e66dede zsh: move less/man interactive config to zshrc 2020-03-21 12:49:59 +00:00
frebib f695136338 gitignore: exclude application-managed files 2020-03-21 12:43:28 +00:00
frebib 4fd3c35d52 alacritty: rebase config against upstream changes 2020-03-21 12:40:41 +00:00
frebib 4335eb18c7 alacritty: removed deprecated option tabspaces
Upstream change: https://github.com/alacritty/alacritty/commit/8c6422458299496f6fa2a6984c93bd05b55c1888
2020-03-21 12:21:46 +00:00
frebib 27991a9460 alacritty: removed deprecated option scrolling:auto_scroll
Upstream change: https://github.com/alacritty/alacritty/commit/2f1a390aaad188d1cad9fc689620ae90e027cc8a#diff-1ee5c0b1c8641b1e5be6a7e6a9c3ce1a
2020-03-21 12:20:15 +00:00
frebib d54737ee28 polybar: add v4/v6 gateway ping check 2020-02-23 23:14:44 +00:00
frebib 30fd0b3024 picom: use dual_kawase blur 2020-01-26 21:39:31 +00:00
frebib 7a2e8b3f1e chromium: ensure native notifications always work on startup 2020-01-26 21:38:14 +00:00
frebib 37d044aab0 polybar: override monitor if one is provided or default to HDMI-0 2019-12-15 11:52:12 +00:00
frebib 6d0df3bc65 zsh: remove history-substring-search
This functionality is provided by fzf anyway so this does nothing now
2019-12-15 11:52:12 +00:00
frebib dc6fab9f8a zsh: cap autosuggest maximum line length 2019-12-15 11:43:49 +00:00
frebib a7f104e942 chromium: force-enable overlay scrollbars, because fuck Google
The feature was "removed" but the code is still present, fortunately
https://www.reddit.com/r/chrome/comments/dq48n6/where_the_fuck_did_overlayscrollbars_go/
2019-12-15 11:36:14 +00:00
frebib 5759872bbd zsh: source z if available 2019-12-14 22:22:53 +00:00
frebib 10ffcecb31 scripts/rofi-*: restart viewer after updating 2019-12-14 22:21:38 +00:00
frebib 4c634c402a scripts/fontawesome: load icons from local file 2019-12-14 22:17:49 +00:00
frebib 00a83da619 aliases: add grb* and gtg git aliases 2019-12-14 22:16:49 +00:00
frebib 1eae7f9969 terminal: tweak opacity/blur visuals 2019-12-14 22:15:56 +00:00
frebib 4646ddae36 picom: enable debug logging to file 2019-12-14 22:13:49 +00:00
frebib ae5521f516 alacritty: removed deprecated option scrolling:faux_multiplier
Removed in https://github.com/jwilm/alacritty/commit/49380bffd24203f139dc32c7bdc9958e64d9dd4d
2019-12-14 22:12:51 +00:00
frebib e2816d2837 picom: migrate compton to picom 2019-10-30 15:48:49 +00:00
frebib ae35df326d polybar: Use FontAwesome 5.10 Light 2019-10-12 00:08:42 +01:00
frebib 90a5d29178 Increase i3 gaps/window padding 2019-10-12 00:07:35 +01:00
frebib 616edc0cc7 compton: update to v7.x config 2019-10-11 23:42:15 +01:00
frebib 3bb6de1dd9 aliases: set date when amending a commit 2019-10-10 14:05:30 +01:00
frebib 7b418c2abc zsh: export secrets in interactive shells 2019-09-15 11:36:03 +01:00
frebib 0fc023db91 zsh: add Ctrl+F file search 2019-09-15 11:35:50 +01:00
frebib e17ebf0201 alacritty: update config 2019-09-15 11:32:08 +01:00
frebib 8f969737ed aliases: show full message/stat in gd/gsh/glg 2019-09-15 11:30:00 +01:00
frebib 8287acf3a7 aliases: add daddrs function 2019-09-10 10:19:18 +01:00
frebib 2050b1a5b7 aliases: add polybarc to edit & reload polybar 2019-04-24 10:49:01 +01:00
frebib d6289c47ba scripts/screenshot: fix putting capture in clipboard 2019-04-24 10:42:05 +01:00
frebib 6c19740e21 aliases: add grbom and gpoH 2019-04-08 14:14:18 +01:00
frebib 8b838aa771 aliases: remove -E from sudo alias
-E isn't compatible with -i and it doesn't seem to do a lot anyway
2019-04-08 14:14:00 +01:00
frebib af65ab019e i3: add $mod+i for type-paste from xclip 2019-04-08 14:11:55 +01:00
frebib a11dac4d00 aliases: add dnets alias 2019-03-08 22:30:37 +00:00
frebib 90750c0ede i3: always set wallpaper from $DOTFILES 2019-03-08 14:20:47 +00:00
frebib 18208e2362 aliases: improve dps/dpsa
Revert dmc to function instead of alias so it actually works
2019-03-03 13:33:15 +00:00
frebib ad713cd680 scripts/screenshot: Use shorter hash name 2019-02-18 13:11:33 +00:00
frebib b4e3cdeff3 aliases: add ipa & addrs 2019-01-19 13:14:05 +00:00
frebib c6bd6a83c6 polybar: add weather winter icons (fa 3.6) 2018-12-29 22:06:36 +00:00
frebib f247802bda profile: clean-up ~/.npm* files 2018-12-28 13:58:50 +00:00
frebib abb66a954b i3: rofi-pass use multiple password stores 2018-12-28 13:54:40 +00:00
frebib ed9d50d68e aliases: re-columnate zl output to remove big space 2018-12-14 15:58:45 +00:00
frebib 83f8566faf i3: widen powermenu to account for padding 2018-12-01 22:21:53 -08:00
frebib 59ac129a85 i3: improve automatic/timeout/suspend locking 2018-12-01 22:21:43 -08:00
frebib 809f27b576 profile: general cleanup/organisation 2018-11-20 15:40:49 +00:00
frebib c6f653f88c dunst: restyle notification for consistency 2018-11-20 15:40:31 +00:00
frebib 48b116e2a6 urxvt: increase terminal padding to match 2018-11-20 15:40:14 +00:00
frebib 8bd77f63cd scripts/dpi: ensure config directory exists 2018-11-20 15:39:26 +00:00
frebib e8a3b91052 aliases: make bash compatible
Not POSIX sh compatible due to dsh() using bash arrays
2018-11-20 15:35:05 +00:00
frebib ef4e16fe5b aliases: add gau/gaN git-add shortcuts 2018-11-20 15:07:07 +00:00
frebib 43a656ee96 scripts/dpi: add DPI live change script 2018-11-20 15:06:09 +00:00
frebib 51c91b4803 polybar: replace i3 bar with polybar 2018-11-18 22:22:59 +00:00
frebib 1a6c9dedc0 alacritty: update config for 0.2.3 2018-11-18 22:22:10 +00:00
frebib 820c355722 Remove --geometry flag from termite 2018-11-14 11:18:57 +00:00
frebib 868454c26a Remove GTK3 rounded corners 2018-11-14 11:17:06 +00:00
frebib 5185349b8c Remove borders & increase padding/gaps 2018-11-14 11:17:06 +00:00
frebib bedead5cda git: fix global gitignore 2018-11-08 22:26:44 +00:00
frebib e140647ba7 profile: remove XAUTHORITY override
For some reason it prevents X from starting in some cases.
Perhaps more research in the future to fix it
2018-11-07 15:00:55 +00:00
frebib acf3e57c74 aliases: replace pacaur with yay 2018-11-06 18:44:14 +00:00
frebib 8f089165ab i3: start pulseaudio as a user service 2018-11-06 17:50:19 +00:00