1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00
Commit Graph

593 Commits

Author SHA1 Message Date
d7f1c18c8c 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:35:09 +00:00
97fa8c3b4f 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:33:18 +00:00
5a996a8c37 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:32:34 +00:00
1ed3a27613 picom: use ewmh active-window and render damage 2020-03-21 23:30:12 +00:00
d0b6e9d090 picom: disable logging to file 2020-03-21 23:29:40 +00:00
9a4696bc7f picom: update Firefox class to 'firefox' 2020-03-21 23:29:15 +00:00
a3a3a8e378 zsh: fix backspacing across newlines in vi-mode 2020-03-21 23:26:07 +00:00
5c234d48eb 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:25:48 +00:00
36dc74044c zsh: add Ctrl+F for fuzzy file search 2020-03-21 23:25:02 +00:00
760a81a76b zsh: tty -s prints nothing
Remove redirection of stdout/stderr as they're pointless
2020-03-21 23:24:34 +00:00
77ef7ef239 polybar: prefer 'systemd-run --no-block' over 'i3-msg exec' 2020-03-21 23:22:27 +00:00
c690573191 i3: use light instead of xbacklight 2020-03-21 23:20:38 +00:00
505a8d255d systemd: add & enable xsettingsd service
Update `dpi` script to interact with systemd units
2020-03-21 23:20:05 +00:00
bbfb8fff3f gtk2: remove include to non-existent file 2020-03-21 23:03:43 +00:00
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
936e8828c8 git: use absolute dates in git-log 2020-03-21 23:01:50 +00:00
fb480c73c5 git: prune deleted branches on fetch/pull 2020-03-21 23:01:01 +00:00
bc89989bbb polybar: use nct6775 cputemp hwmon module 2020-03-21 22:56:09 +00:00
2770fefefd polybar: add gputemp applet
rename temperature to cputemp for consistency
2020-03-21 22:56:09 +00:00
0256369cd6 scripts/screenshot: update screenshot scp path 2020-03-21 22:56:09 +00:00
1fdb93e356 scripts/gtav: add gtav/netsplit scripts 2020-03-21 22:56:09 +00:00
f379b758c9 systemd: add & enable nm-applet service 2020-03-21 22:51:42 +00:00
93a2899c7b i3: allow popups to interrupt fullscreen windows 2020-03-21 22:33:10 +00:00
df03d9062e systemd: enable xautolock service 2020-03-21 22:31:59 +00:00
ddf5a1d387 xautolock: add xorg dependency. timeout after 5min 2020-03-21 22:30:58 +00:00
ba8dc84993 xprofile: load xmodmap on Xorg startup 2020-03-21 22:17:37 +00:00
757bd4c26d systemd: launch i3 and user programs with systemd 2020-03-21 21:29:21 +00:00
d96ffc16ff aliases: add gdni/gbl. use --keep with gundo 2020-03-21 21:29:11 +00:00
2598df0f17 aliases: make git-log/git-show aliases consistent
Show patches and stats in appropriate places
2020-03-21 21:29:11 +00:00
d251f3e23a dunst: use full html-like markup
Strip all trailing whitespace from the configuration file
2020-03-21 21:29:11 +00:00
0d5e1a92c9 i3: remove unused alt-tab script 2020-03-21 21:29:09 +00:00
ed0e66dede zsh: move less/man interactive config to zshrc 2020-03-21 12:49:59 +00:00
f695136338 gitignore: exclude application-managed files 2020-03-21 12:43:28 +00:00
4fd3c35d52 alacritty: rebase config against upstream changes 2020-03-21 12:40:41 +00:00
4335eb18c7 alacritty: removed deprecated option tabspaces
Upstream change: 8c64224582
2020-03-21 12:21:46 +00:00
27991a9460 alacritty: removed deprecated option scrolling:auto_scroll
Upstream change: 2f1a390aaa (diff-1ee5c0b1c8641b1e5be6a7e6a9c3ce1a)
2020-03-21 12:20:15 +00:00
d54737ee28 polybar: add v4/v6 gateway ping check 2020-02-23 23:14:44 +00:00
30fd0b3024 picom: use dual_kawase blur 2020-01-26 21:39:31 +00:00
7a2e8b3f1e chromium: ensure native notifications always work on startup 2020-01-26 21:38:14 +00:00
37d044aab0 polybar: override monitor if one is provided or default to HDMI-0 2019-12-15 11:52:12 +00:00
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
dc6fab9f8a zsh: cap autosuggest maximum line length 2019-12-15 11:43:49 +00:00
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
5759872bbd zsh: source z if available 2019-12-14 22:22:53 +00:00
10ffcecb31 scripts/rofi-*: restart viewer after updating 2019-12-14 22:21:38 +00:00
4c634c402a scripts/fontawesome: load icons from local file 2019-12-14 22:17:49 +00:00
00a83da619 aliases: add grb* and gtg git aliases 2019-12-14 22:16:49 +00:00
1eae7f9969 terminal: tweak opacity/blur visuals 2019-12-14 22:15:56 +00:00
4646ddae36 picom: enable debug logging to file 2019-12-14 22:13:49 +00:00
ae5521f516 alacritty: removed deprecated option scrolling:faux_multiplier
Removed in 49380bffd2
2019-12-14 22:12:51 +00:00