f0fd387fbf
LSP for web wasn't working well last time I tried.
...
There was a fair bit on slow request/response time from the server.
2020-11-20 12:34:00 -05:00
486e5faa64
Addd binds for QR and deleting items in buffer.
2020-10-07 01:44:52 -04:00
10a658bd5b
Sanitized cliphistory.
2020-10-06 23:39:43 -04:00
4d25b2e7b3
Reworked some styling and removed old values
2020-09-16 22:10:32 -04:00
23d3efc525
Updated clipboard script to actually work. Kind of
...
There are some issues around escaping characters. But it is currently functioning.
2020-09-16 22:09:35 -04:00
50ef9fd177
refactor and adding custom wifi module.
2020-09-16 22:08:52 -04:00
4e5cb3baad
Fixed some issue nonstandard font name.
2020-09-03 00:36:14 -04:00
dba9d57965
Using nerdfont for more icons.
2020-09-03 00:35:14 -04:00
4a9e7f32d7
Extracted out color constants to prevent repeating myself.
...
Extracted out color constants to prevent repeating myself.
2020-09-03 00:34:42 -04:00
df58c9f4f2
Added more states for waybar.
2020-08-27 00:55:38 -04:00
5569f2db2a
Fixing the log errors.
...
The old Xresources based configuration format is deprecated.
2020-08-24 21:12:09 -04:00
e595adafbc
Switched to gammastep from no longer supported redshft
2020-08-24 21:11:23 -04:00
a245fa3571
Reordered icons.
...
I'm going to do a series of refactoring commit and wanted to change some
things prior.
2020-08-24 21:09:10 -04:00
5134aebbaa
Added access to rofi scripts
2020-08-24 21:07:30 -04:00
b5f96ec5f9
Added github key for zuk
2020-08-21 23:53:23 -04:00
8c6028aa77
Adding Identiy for github.
2020-08-21 18:10:11 -04:00
d068046f1c
Using Hasklig on OSX for emacs
...
Fira has a weird issue with OSX where its displaying ligature symbols as
hanzi characters. For the time being I'm going to use hasklig.
2020-08-21 18:05:10 -04:00
829f30540e
Fixed issue with autocompletes not being loaded
...
The issue was stemming from racecondition betwwen then completion
function which uses the complete file, and the zsh_users/completions
plug that defined them.
Also relocated transient -> cache.
2020-08-21 18:04:38 -04:00
fe83484ffc
Added preview and color scheme
2020-08-17 23:35:39 -04:00
0b5d49b31d
Fixed Formatting issue.
2020-08-17 23:35:16 -04:00
e000e0e586
Added QR Code
2020-08-16 17:40:27 -04:00
bca8d466b6
Formatting
2020-08-16 17:40:08 -04:00
d2552cd68a
Sometimes the best solution is the simplest.
...
Fixed the paging issue by just having paging done in the current pane.
The other option was to see swaymsg to relaunch
2020-08-16 17:03:44 -04:00
3c3ca9309d
refactored fzf-pass
...
- username and password are no longer stored and passed as variables
- no longer need to relocated to unused workspace to function.
- fixed (hopefully logic in page)
2020-08-16 00:43:28 -04:00
468c6f9f19
Relocated Cargo bin path into base zshenv
2020-07-21 20:55:45 -04:00
ea79200290
Fix for cargo
2020-07-21 20:50:48 -04:00
c0ccdf4d08
Enabling RGB
2020-07-21 20:50:48 -04:00
61d0d91c57
Adding kitty config.
2020-07-21 20:50:48 -04:00
267f482bd1
Adding Cargo for zuk.
...
I may want to have it check normal places by default. I haven't done
this as I can see this being used for malicious overwriting of commands.
2020-07-21 11:44:17 -04:00
a8724ce37e
Added cargo bin.
2020-07-19 18:20:05 -04:00
1ef087d030
Removed errent delim.
2020-07-13 12:12:54 -04:00
e79c2439f9
Significant rewrite of maximbaz's clipboard tool
...
Currently this adds file object and descriptions separated by a control
delim, rather than raw clipboard text, fixes some issues with invalidly
rendered null terminated clipped objects.
I am also working on a delete function that uses fzf --bind method and
the reload function. This is currently not working for some unknown
issue. I'm working on resolving this issue.
2020-07-13 12:05:09 -04:00
f22e414af7
Fixed PIP for firefox.
2020-07-09 19:52:43 -04:00
d56083c2c1
Adding limted agenda files.
2020-07-09 02:35:03 -04:00
2dad892761
renaming for better syntax highlighting.
2020-07-09 00:23:44 -04:00
2d5c75f7b5
Comments. The lazy man's documentation.
2020-07-09 00:22:53 -04:00
ab918ab3b5
Make things slightly easier to read.
2020-07-09 00:04:28 -04:00
863b0dd5ac
Removed whitespace
2020-07-09 00:04:11 -04:00
08a5800484
Added better support for home office docked setup
2020-07-09 00:03:06 -04:00
bcf0035147
Relocated org stuff into org.el file.
2020-07-05 20:18:07 -04:00
e01f8058ff
Exported psqlapp
2020-07-05 20:00:20 -04:00
5692407ba3
Merge branch 'master' of git.jpatrick.io:james/dotfiles
2020-07-03 02:40:04 -04:00
0bc487ccc9
Added pass extensions
...
To tried to properly explain. Pretty easy to read. Go do that.
2020-07-03 02:39:14 -04:00
c15757f3b3
Fixed reported error when nothing new to install.
...
Running: zplug install with no new installs returns an exitcode of 1. So
running
zplug install ; report "message"
will always report a failure if there was no new resources to install.
There doesn't seem to an actual way to tell if the install failed
besides checking the log zplug produces, but that can be kind of messy.
For the time being I'm going to disable reporting on this.
2020-07-02 15:10:59 -04:00
494ea1de35
Removed comments & slowed batt warning.
2020-06-29 12:29:09 -04:00
3a2f9550b7
Doom doesn't always reload config, Fixed issue.
2020-06-29 12:28:15 -04:00
3ed37ae8eb
Have Deft scan recursively.
2020-06-29 12:27:35 -04:00
50c512b4a9
Beep boop I'm adding more options to projectile.
2020-06-27 22:23:58 -04:00
d7862cc24a
Automatically add repos to projectile.
...
This will selectively ignore any directories that don't exist.
2020-06-27 22:22:32 -04:00
51a1165071
Using swappy for stuff.
2020-06-27 01:00:02 -04:00