Commit Graph

558 Commits

Author SHA1 Message Date
7d9f052223 Upped the default font size for rofi. 2019-06-02 21:50:29 -04:00
a7f561de72 Added color theme for rofi.
This is largely based off the default theme for rofi but with the pure color
theme applies.
2019-06-02 21:49:05 -04:00
7081cea294 Added playpause support for sway. 2019-06-02 21:48:13 -04:00
c39481cd70 Added wifi menu for Rofi. 2019-06-02 18:50:41 -04:00
d4db1095db Added vim syntax sway config.d. 2019-06-02 00:14:57 -04:00
0860afa4e4 Added clipboard manager
This is using clipman - https://github.com/yory8/clipman.
2019-06-02 00:14:37 -04:00
20484c96ba Misc refactors. 2019-06-01 22:45:57 -04:00
381fc4a21e Keep todo.org notes local. 2019-06-01 22:22:54 -04:00
445614586e Moved scripts out into separate directory 2019-06-01 22:21:02 -04:00
758787f344 Breaking out Configuration for output 2019-06-01 22:14:02 -04:00
5916ec344e Breaking out ui config for sway. 2019-06-01 22:09:09 -04:00
1073587022 Relocated additional config to config.d 2019-06-01 22:03:51 -04:00
431cbd46a4 Refactored the input configuration files into individual config
This is not the keybinds but configuration to the drivers for the keyboard and
trackpad.
2019-06-01 21:58:56 -04:00
4d0a7fc372 Removed unneeded comment. 2019-06-01 21:58:18 -04:00
49bb63f3c5 Added autostart for i3 2019-05-31 22:14:15 -04:00
01ea78d058 Added left/right/up/down variables. 2019-05-31 22:11:56 -04:00
f680f78e67 Added base i3 configuration.
This is the standard template for i3.
2019-05-31 22:04:17 -04:00
576646e646 Switched menu to super+space.
Also switched focus mode_toggle
2019-05-23 22:39:23 -04:00
0a5dd18e26 Upped the timeout for screenlock. 2019-05-23 22:39:01 -04:00
9a1857aa1e Added icons to neotree. 2019-05-18 19:52:33 -04:00
5fcdec6b4f Add deft and orgmode configuration.
Both my dev systems should have a symlinked ~/org directory that are synced
using Nextcloud. This added support for that.
2019-05-18 19:49:41 -04:00
b01de5a298 White space and comments. Nothing exciting. 2019-05-18 19:36:42 -04:00
76054826ac Added custom loaders for envs, and cleaned up custom file artifacts. 2019-05-18 19:35:55 -04:00
99c4dcebea Make pass prompt case insensitive. 2019-05-18 19:35:25 -04:00
523a53aee0 Cleaned up layers list 2019-05-18 19:34:23 -04:00
e137009579 Added Custom.el for emacs
All generated content should go here.
2019-05-17 01:23:52 -04:00
8caec07555 commented out tmux configurations that have been removed in current version. 2019-05-16 20:20:53 -04:00
d78d015f08 Added basic spacemacs support.
This is currently pretty barebones and is only meant for my current linux
machine. Spacemacs can be a bit messy with portability, so I'll need to
figure out:

1. How to have custom user-config sections

This can be done with a conditional load or a configuration layer.

2. Custom definition of layers.

As some layers will be OS specific.

Env specific paths in the layers can be moved to the user-config or user-init
section but I will need to find the documentation for this again.
2019-05-16 20:15:39 -04:00
cc1893d6b5 Added SSH awareness.
This should be used with

```
ifndef IS_SSH
```

I will try and move IS_MAC and IS_LINUX to work with this as well. Issue I'm
having is or statements.
2019-05-16 20:13:40 -04:00
e904a03948 Added back idle mode. 2019-05-14 22:39:27 -04:00
5f196b8bfc Added PIP mode.
Still need to figure out window positioning. Prior to this I was have used
xdotool but there is not currently an equivalent that does window sizing. Still
trying to figure out a good solution to this.
2019-05-14 22:37:21 -04:00
73addfe9a8 Updated menu. 2019-05-04 02:24:47 -04:00
9bc120e2cf Formatting. 2019-05-04 02:24:26 -04:00
4a7e1e6c5a Added rofi config.
Its pretty empty
2019-05-04 01:51:37 -04:00
7b7ea0a5a5 Switch to redundent autostart 2019-05-04 01:50:43 -04:00
4e36d0cf1a Added autostart module. 2019-05-04 01:47:36 -04:00
22a4e2a76a Added Aliases for zsh 2019-05-04 01:46:59 -04:00
00a03181fe Adding git.
This includes a reference to diff-so-fancy which does not exist on any of my
current servers. I will need to update this.
2019-05-03 19:41:39 -04:00
0082c0b72a Corrected ZPLUG_HOME to ZPLUG_DIR 2019-05-02 22:16:58 -04:00
a5c6341133 Update env_loader to work with new path. 2019-05-02 22:12:03 -04:00
d65427a1a6 Renamed env to environment.
Some how this was preventing the makefile from being able run the helper
scripts, do to a permission issue. I think somehow `env zsh` was trying to
traverse the env directory. I don't really have a better explanation than this.
2019-05-02 22:07:11 -04:00
8a6625ce23 Fixed constant for zplug dir 2019-05-02 21:43:05 -04:00
51b9582399 Fixed Typo in ZLE command. 2019-05-02 01:51:34 -04:00
6c2990e385 Added edit-command-line functions. 2019-05-02 01:49:26 -04:00
31d12e4344 Added preview functions for fzf. 2019-05-02 01:48:11 -04:00
c7afc0dcd1 Added comment 2019-05-02 01:45:59 -04:00
93dfad09b4 Added Mako configuration. 2019-05-02 01:18:39 -04:00
325f831796 Added alias function 2019-05-02 01:17:49 -04:00
326726b7a0 Added map for prompt 2019-05-02 01:04:01 -04:00
3fcd8d81e5 Updated report to use unicode X. Matches rest of pattern. 2019-05-02 00:48:47 -04:00