d78c0ae77d
Nvim: enable nvim-tree
2021-12-03 20:13:12 +02:00
f5bf1b9b0e
Neovim indent-blankline disable space and eol characters
2021-12-03 09:32:42 +02:00
5789851be9
Neovim: Enable indent-blankline
2021-12-03 09:30:27 +02:00
2be99922f4
Disable dotdrop autoupdate
2021-11-30 17:38:54 +02:00
9f7c3e6466
Git: don't keep backup when using mergetool
2021-11-30 16:56:15 +02:00
82364ebc05
Neovim: Fix LSP server startup
2021-11-29 16:19:53 +02:00
bbb68080a4
Add thunderbird to sway exec
2021-11-27 17:37:16 +02:00
ea8debd6d9
Neovim add lsp keybindings
2021-11-27 10:25:59 +02:00
e86d81eb32
Neovim: switch from lspinstall to nvim-lsp-installer, coq_nvim to
...
nvim-cmp
2021-11-26 18:19:36 +02:00
43ecd19408
Neovim: add firenvim
2021-11-20 12:13:39 +02:00
be4d72552e
Sway: remove gammastep (high CPU usage)
2021-11-20 12:12:58 +02:00
6d92b744e1
Switch back to FZF from skim
2021-11-13 13:07:50 +02:00
5035123437
Fix alias completion, cleaner setup for grc and clean up some old zsh stuff
2021-11-13 12:40:42 +02:00
598ac83188
Enable vulkan backend for sway
2021-11-02 10:25:27 +02:00
e60da2386e
Update mergetest git alias
2021-11-02 10:21:31 +02:00
7bac1e6387
Use zdharma forks of deleted psprint repos
2021-11-02 10:21:30 +02:00
6c5e01ce23
Sway: disable gaps
2021-10-16 10:59:23 +03:00
1114ecdc85
Fixes for gpg, refactor dotdrop config
2021-10-06 21:37:23 +03:00
43bfd1a5a2
Fixes for gpg-agent
2021-10-06 21:26:24 +03:00
1f9f777b70
Fix gpg pinentry on ssh
2021-10-06 20:55:50 +03:00
756cebca40
Neovim: switch completion plugin to coq.nvim
2021-10-06 19:08:38 +03:00
ccd6548da0
Nvim: allow changing buffers with unsaved changes
2021-10-06 18:48:06 +03:00
3f95366a5f
Use exa completions for aliased ls
2021-10-06 18:48:05 +03:00
1b9eb3a6e1
Add pull to docker update
2021-09-29 18:19:54 +03:00
aa2bf466b8
Update to new docker-compose v2 syntax
2021-09-29 18:04:08 +03:00
413cf6a1ec
Remove thefuck alias from zsh
2021-09-19 13:22:04 +03:00
c52737d9b3
Enable wayland for plasma
2021-09-03 15:45:13 +03:00
3301139cd3
Fix mko-laptop mpv
2021-08-31 16:42:49 +03:00
1b1ae24ba1
Nightfox: set()
has been deprecated in favor of load()
2021-08-31 16:42:48 +03:00
de2a505613
Fix nvim plugin update
2021-08-22 11:36:58 +03:00
7f8605354e
Add more configuration for indent-blankline
2021-08-22 11:33:15 +03:00
9f39433bba
Change foot colors to nightfox
2021-08-22 11:32:40 +03:00
1821340f03
Nvim: improvements to syntax highlighting and add a couple of plugins
2021-08-18 21:20:20 +03:00
003c6f13c0
Nvim: add fugitive
2021-08-18 14:17:19 +03:00
709cb2418f
Disable bat spacing in cat mode
2021-08-18 09:31:32 +03:00
3cccb61089
Alias ls and cat to exa and bat
2021-08-18 09:30:21 +03:00
1f0d882745
Change git diff tool configuration
2021-08-18 09:30:09 +03:00
c265be48ff
Nvim: add git gutter and line numbers
2021-08-18 09:29:44 +03:00
028282b30c
Add diff settings for neovim
2021-08-17 22:36:48 +03:00
ef7a36920f
Fixes to PAGER
2021-08-17 21:26:05 +03:00
d7290836f3
Only enable pacman command not found handler for archlinux hosts
2021-08-17 21:02:58 +03:00
ed5db34d5b
Activate zsh rehash with pacman hook
2021-08-17 20:54:45 +03:00
a0d236b56f
Some fixes for skim
2021-08-17 20:32:46 +03:00
8dd183766d
Add ~/.bin to path
2021-08-17 19:36:11 +03:00
9103822ae8
ZSH improvements:
...
- Move from FZF to skim (seems to be a bit faster and smooth)
- Improve history
* Add new options to not save duplicate entries etc
* pi/pr aliases expand the paru command to history now
2021-08-17 19:17:38 +03:00
f6fc1d4bdf
Switch from nvimpager to just nvim as pager
2021-08-17 17:43:30 +03:00
357743c472
Sway: fix unfocused text color
2021-08-17 17:41:52 +03:00
5e92dccee0
Disable java lsp for now
2021-08-16 22:33:24 +03:00
db8e895e3d
Add gammastep for sway
2021-08-16 22:33:11 +03:00
0502c29cdb
Enable wayland for electron and clutter
2021-08-16 22:30:50 +03:00
029bd1e41f
Add push to git mergetest alias
2021-08-12 09:37:45 +03:00
32e6a78a37
Add mergetest git alias
2021-08-10 11:31:19 +03:00
57574537c8
Fix zprofile sway start
2021-08-08 15:41:23 +03:00
c024a40316
Refactor neovim config ( #2 )
...
Changes include:
- [x] Use init.lua instead of init.vim
- Some keybindings are still to be converted
- [x] Use packer as a package manager instead of vim-plug
- [ ] Use built-in lsp instead of coc.nvim
- [x] Set up language servers
- [x] Completion
- [x] Formatting (previously coc-prettier, now neoformat)
- [ ] Snippets
- [ ] Replace fzf with telescope.nvim
- [x] Implement treesitter syntax highlighting
- More info: https://github.com/nvim-treesitter/nvim-treesitter
Note that this requires neovim nightly until 0.5 is released
Reviewed-on: #2
Co-authored-by: Marko Korhonen <marko@korhonen.cc>
Co-committed-by: Marko Korhonen <marko@korhonen.cc>
2021-08-08 15:33:23 +03:00
59cf0f1c1f
Use fd instead of ripgrep in zsh fzf plugin
2021-08-03 12:03:39 +03:00
2fe24572ae
Remove docker-compose zsh completion since it's provided by default
...
nowadays
2021-07-29 22:41:28 +03:00
dbc2aaed26
Only add vulkan and wayland stuff for mirkwood mpv
2021-07-16 11:29:24 +03:00
60c1448c79
Dynamic git config for work laptop
2021-07-16 11:28:57 +03:00
488ef48eb4
Add an include file for Rossum hosts
2021-07-16 11:28:34 +03:00
7536ad03d4
Remove deprecated option from alacritty
2021-07-08 13:11:43 +03:00
ee7f90f5f9
Add gpg conf
2021-06-23 13:05:17 +03:00
b32f1b4362
Aliases don't need $@
2021-06-11 10:55:55 +03:00
239324e0ab
Change grc functions to aliases. Fixes some syntax errors (?)
2021-06-11 10:53:35 +03:00
81a91fefb6
Merge branch 'master' of gitea:FunctionalHacker/dotfiles
2021-05-18 09:03:56 +03:00
928436c167
Add rebase merges to gitconfig
2021-05-18 09:03:12 +03:00
2db8a37ee2
Add packager information to makepkg
2021-04-22 18:35:03 +03:00
bf2f8630cd
Enable optimized build for rust and x86-v3
2021-04-22 18:00:22 +03:00
edda8b9440
Fix gpg-agent
2021-04-21 17:46:54 +03:00
6d6ffef7cf
Add dbus-update-activation-environment to sway exec, fixes
...
pinentry-gnome3
2021-04-21 17:15:30 +03:00
4f5835e881
Add viiru ja teippu ssh
2021-04-19 20:21:19 +03:00
8c6393a776
Update facebook video regex's
2021-04-11 10:42:33 +03:00
650cc69eb1
Fix beets music library path
2021-03-24 18:43:52 +02:00
c2c6e38f86
Remove gnome-keyring
2021-02-27 12:28:19 +02:00
7be4ba1e3e
Fix output name
2021-02-27 11:53:19 +02:00
a0c2c2e74d
Disable laptop screen output when closing lid
2021-02-27 11:49:59 +02:00
c7055c751a
Switch from systemd-boot to efistub
2021-02-18 17:47:10 +02:00
9f08bbea78
Don't load mpris plugin in config
...
Fixes #4 . Apparently the AUR package has been updated to load the plugin
automatically
2021-02-15 17:06:27 +02:00
6c5121dd54
Add coc-flutter to nvim
2021-01-30 11:23:00 +02:00
4e20c13275
Remove deprecated ncmpcpp options
2021-01-30 11:22:45 +02:00
a7b1a12458
Make update repo function update firefox too
2021-01-19 18:40:44 +02:00
ab2bb2f705
Update firefox with all target
2021-01-16 12:14:40 +02:00
38836acf01
Fix firefox update function
2021-01-16 12:13:33 +02:00
3eabe2fddd
Fix firefox update function
2021-01-16 12:10:24 +02:00
898d9c4b66
Fix firefox nightly update function
2021-01-16 12:08:56 +02:00
d9519ca1da
Add remote forward
2021-01-01 13:47:13 +02:00
e84f18d303
Small fix
2020-12-25 11:11:53 +02:00
59f0c1f7d8
Update firefox nightly every time repo updates
2020-12-25 11:05:49 +02:00
f57467139d
Small fixes
2020-12-25 10:59:03 +02:00
184c4340ab
Add repo maintenance alias and AUR_PAGER in env
2020-12-20 15:34:07 +02:00
fd934cbff3
Only set SSH_AUTH_SOCK if not logging in over SSH
2020-12-17 00:08:23 +02:00
d178b3bb8b
Fix gpg env setup
2020-12-17 00:03:06 +02:00
05572ab69c
Update keybinds to use foot
2020-12-16 18:06:56 +02:00
d98a57fbd2
Switch sway terminal emulator to foot
2020-12-16 17:07:24 +02:00
1e715f1f46
Update ssh config
2020-12-06 14:48:53 +02:00
819bdd2eae
Small fixes
2020-12-06 11:39:02 +02:00
7351e1be78
Merge branch 'master' of gitea:FunctionalHacker/dotfiles
2020-12-04 10:41:21 +02:00
f203732a94
Improve vim ripgrep
2020-12-04 10:41:08 +02:00
757c3a750a
Removed a workaround that is not needed anymore
2020-12-01 18:03:30 +02:00
9e41240cdd
Change git config to use new mail address
2020-11-25 10:19:18 +02:00
ddbee7f692
Working on neomutt setup and some other small fixes
2020-11-25 10:06:19 +02:00
21f1c9f0bc
Configure msmtp and misc changes
2020-11-21 17:41:44 +02:00
f5f4c5c267
Working on migrating to neomutt
2020-11-21 15:37:58 +02:00
e43d577871
Switch to paru
2020-11-21 14:55:13 +02:00
ee7ae5bcb0
Moved to paru
2020-11-20 00:23:02 +02:00
2a0e5325c0
Added firenvim
2020-11-18 18:34:29 +02:00
6de7f58df3
Small fixes
2020-11-16 11:50:40 +02:00
2f31ac0d6a
Update gitea domain in ssh conf
2020-11-07 17:43:18 +02:00
94019c6d51
Add root config for gondor
2020-10-25 12:27:35 +02:00
4b3792be11
Accumulated changes while server was down
2020-10-06 20:38:15 +03:00
9def02fa36
Updated FZF stuff, some other minor tweaks
2020-09-18 23:28:06 +03:00
15e507ebb0
Switched to fd
2020-09-18 23:26:58 +03:00
0abcfeac78
Small fixes
2020-08-08 00:56:21 +03:00
9afc9425e8
Add coc-java
2020-07-20 16:08:30 +03:00
97efc3ae74
Add server mariadb access alias
2020-07-11 14:15:50 +03:00
e75b6c4ec7
Remove prettier formatonsave
2020-07-09 11:18:16 +03:00
1bc0815dd4
Added new rebase option
2020-06-27 11:07:51 +03:00
15fb305fba
Tweak update function
2020-05-31 13:12:44 +03:00
a06e2f4f97
Small fixes
2020-05-21 16:30:34 +03:00
e43e6971d9
Lots of changes
2020-05-06 09:47:03 +03:00
f0f752b6c5
I use it btw
2020-04-27 13:22:08 +03:00
8f81558f9d
Make cat alias use regular cat if output not term
2020-04-27 12:16:02 +03:00
93a096540b
Make nvimpager cat alias ncat instead
2020-04-27 12:08:35 +03:00
9e136127d1
Small tweaks to sway
2020-04-26 14:30:43 +03:00
af3f2ea946
Change mpv osd font
2020-04-26 14:29:35 +03:00
a9adedba1e
Small tweak for update function
2020-04-20 21:51:00 +03:00
04a7f6e75c
Shouldn't copy paste stuff blindly
2020-04-19 11:54:48 +03:00
a1ce705fae
Fixed mixed up keybinds in gaps mode
2020-04-18 13:41:09 +03:00
aeba9fb488
Add journalctl aliases
2020-04-18 13:41:00 +03:00
ed822d11e6
Add XDG_CURRENT_DESKTOP
2020-04-18 13:40:46 +03:00
a2f69c646a
Cleaned up scripts folder and moved some stuff
2020-04-17 10:36:41 +03:00
787982c35b
Change docker update function name
2020-04-15 13:09:11 +03:00
166bad79b4
Change gtk theme
2020-04-14 23:28:13 +03:00
9083499cc8
Revert "Fix docker update function name"
...
This reverts commit 9491c53af7
.
2020-04-14 22:43:59 +03:00
338e28e8c6
Fix docker update function name
2020-04-14 22:41:49 +03:00
5b77a78e76
Exclude docker from others than Moria
2020-04-14 15:05:05 +03:00
b0f199a2b0
Made firefox-nightly update only for Mirkwood
2020-04-14 14:44:16 +03:00
dee1c7161d
Made a new update function
2020-04-14 14:38:51 +03:00
98892460d4
Forgot endif
2020-04-14 14:04:22 +03:00
ec6971b9c4
Revise update aliases
2020-04-14 14:03:21 +03:00
759b22199e
Remove docker-prune alias (docker system prune -a)
2020-04-14 12:40:57 +03:00
a73fa759eb
Small changes
2020-04-14 12:37:19 +03:00
734a8f02e2
Added docker-prune alias
2020-04-14 12:36:52 +03:00
e1b93121eb
Made update alias print news
2020-04-14 10:27:39 +03:00
14cf4dda79
Make power management more automatic
2020-04-13 13:24:20 +03:00
0241f6f746
Fix mimeo keybind
2020-04-13 13:23:39 +03:00
527e6da88c
Move environment vars to sway start script
2020-04-12 13:44:15 +03:00
8eba8dea7a
Moved environment to home
2020-04-12 13:04:36 +03:00
f07883e216
Refactor update function
2020-04-09 16:24:05 +03:00
5149b6840e
Fix typo
2020-04-09 16:23:51 +03:00
5983c567de
Added new mediaplayer script for waybar
2020-04-07 13:29:13 +03:00
aa84653a5c
Cleaned up input.conf
2020-04-07 13:28:12 +03:00
f7f6f8fa49
Remove deprecated keys
2020-04-04 11:39:00 +03:00
ea378239e0
Change icon theme and misc stuff
2020-04-04 11:38:39 +03:00
495ad3a2c8
Added wofi
2020-04-04 11:30:12 +03:00
b47c93a490
Map audio-delay
2020-03-30 18:21:34 +03:00
1c4b4796b3
Add reboot to kodi option
2020-03-30 18:21:00 +03:00
dfbdc85a28
Some config cleanup.
...
Also fixed an issue with the touchpad not working on external
monitors. Touchpad should not be mapped to output (D'oh)
2020-03-30 18:19:55 +03:00
92800877d2
Run keyring and polkit
2020-03-24 10:44:05 +02:00
b6e7bf0af2
Remove redundant icon from bluetooth audio
2020-03-24 10:43:40 +02:00
7378d4fd86
Add recursive parameter to autoremove alias
2020-03-24 10:43:19 +02:00
e1d2e34d2d
Add wob to waybar
2020-03-12 18:46:18 +02:00
57725a904a
Switch from ls_extended to exa
2020-03-12 18:45:52 +02:00
2b0b1518c7
Fix screen rotate keybind
2020-03-12 18:45:02 +02:00
9a270e5694
Remove ydotoold service. Using supplied one
2020-03-10 11:48:35 +02:00
69df73b4eb
Small fixes
2020-03-10 11:48:16 +02:00
87c1f1ccd6
Some tweaks for latex
2020-03-05 21:28:10 +02:00
6382a95f11
Add clipman
2020-03-05 14:04:13 +02:00
f77de7253d
Fix typo
2020-03-03 17:47:06 +02:00
fd4bec64f2
Added wofi mode
2020-03-03 17:46:20 +02:00
3d43f4d7e0
Switch to wofi
2020-03-03 17:43:40 +02:00
02ffd643fb
Trying out a lower static speed
2020-03-03 16:54:47 +02:00
d57da904e2
Added archiso download alias
2020-03-03 16:54:32 +02:00
0d0c0e876d
Make mpdris depend on mpv
2020-03-03 16:54:13 +02:00
94db3ba86c
Move env to /etc
2020-03-03 13:51:13 +02:00
ef657d109e
Small fix
2020-03-03 13:30:19 +02:00
a49127da0d
Make volume step 1
2020-03-03 13:30:03 +02:00
d3de793962
Fix wob
2020-03-03 13:29:23 +02:00
2a36a1e32f
Small changes
2020-03-02 21:48:34 +02:00
fcd29e1cec
Redo mpvqueue script
2020-03-02 21:38:33 +02:00
f9fed41576
Move some sway stuff away from systemd
2020-03-02 21:37:48 +02:00
60279079cc
Fix typo
2020-02-29 13:44:39 +02:00
598bf30126
Small fix
2020-02-26 16:26:15 +02:00
2b1e159301
Fix wob
2020-02-25 13:29:54 +02:00
854ddf4ccd
Remove redundant line
2020-02-19 22:32:28 +02:00
332e8aae69
Remove redundant line
2020-02-19 22:31:51 +02:00
907ac33c1e
Add full speed fan script
2020-02-19 20:33:15 +02:00
704c8619a6
Move ipmi scripts to mqtt
2020-02-18 15:44:17 +02:00
d53d815e80
Make moria and rivendell use lan addresses
2020-02-17 23:52:40 +02:00
79adde2782
Make fan speed a bit higher
2020-02-17 23:45:16 +02:00
467336b42a
Add second authorized_key
2020-02-17 23:43:57 +02:00
fb06f8f264
Add more ipmi stuff
2020-02-17 15:09:09 +02:00
3c68936ebc
Move some files around
2020-02-17 13:52:25 +02:00
e973f9dceb
Echo ipmi temp to /tmp for use in home assistant
2020-02-17 13:22:21 +02:00
00a1414918
Make executable
2020-02-14 01:28:41 +02:00
7fdf22b3bd
Added ipmi control scripts
2020-02-14 01:11:23 +02:00
afa01d3e3b
Small fixes
2020-02-13 20:18:20 +02:00
63e1060ab0
Add Moria to ssh config
2020-02-13 20:15:16 +02:00
df12c3ef01
Small fixes
2020-02-10 11:40:46 +02:00
bb2f9580df
Small fixes
2020-02-04 17:21:43 +02:00
0a81f69da6
Change rivendell ssh port
2020-02-04 17:21:26 +02:00
8dce460010
Add replaygain to mpv
2020-02-04 15:12:48 +02:00
0649f5ba14
Add vertical centering
2020-02-01 13:11:42 +02:00
aedc45bbb0
Set container_name
2020-02-01 13:11:29 +02:00
ca22f887f1
Revised git config difftool and mergetool
2020-01-21 19:19:44 +02:00
fbbc89f2cd
Removed useless git alias
2020-01-21 19:18:05 +02:00
c702f4cd6a
Add a keymap to resize windows equally
2020-01-21 18:32:47 +02:00
eb960a0826
Add pgp sign and signoff to git global config
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-21 17:32:35 +02:00
c73beb3373
Zplugin -> zinit name change
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-20 01:47:27 +02:00
6c46643222
Switched to lqsd so this is not needed anymore
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-20 01:46:43 +02:00
f47bbedbc0
Forgot this
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-19 21:56:27 +02:00
21f8e6d565
Switch to liquid screen dimmer
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-19 21:54:25 +02:00
a7574e9dd0
Some more colorscheme stuff
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-19 15:24:46 +02:00
36db12601f
One syntax plugin to rule them all
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-19 15:24:27 +02:00
6aed7c0268
Tweak fzf geometry
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-19 15:24:03 +02:00
ac77396514
Zplug -> zinit name change
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-19 01:36:21 +02:00
7578635fdb
Switch sway syntax plugin to i3
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-19 01:35:44 +02:00
7e929824b3
Change colorscheme to onedark
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-19 00:56:08 +02:00
3dc5ebcddf
Tweaking FZF looks in vim
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-18 22:24:58 +02:00
0f96895dc2
Added rust plugin to nvimpager
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-18 22:24:47 +02:00
f89c81b50a
Added rust plugin to vim
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-18 22:24:35 +02:00
da69031e73
Added preview to FZF CTRL_T
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-18 22:24:15 +02:00
86e5bfeb83
Added trash to ignore
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-18 22:23:47 +02:00
714cb63e50
Made floating windows look a bit better
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-18 21:39:21 +02:00
c6a9c9b33d
Added coc-snippets and switched to texlab
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-18 21:25:32 +02:00
16b1c8f87b
Fix dotdrop completion path
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-18 18:48:16 +02:00
c1791f9baa
Revised power management aliases
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-14 15:11:11 +02:00
05b816b551
Small fix
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-14 15:10:54 +02:00
bc45d6f1d6
Make passff float
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-13 11:04:16 +02:00
585f2ed9e8
Move some functions to aliases (to get completion)
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-13 11:03:59 +02:00
5745784d11
Cleaning up
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-13 09:39:43 +02:00
1adb158a60
Added vconsole stuff to Rivendell and etc
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-13 09:26:51 +02:00
e9b1d804f1
Quiet login stuff and set console font in initram
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-12 22:18:21 +02:00
e387e27f69
Added systemctl --user alias
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-12 15:37:15 +02:00
186d05c678
Switched sway exit script to use systemd
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-12 15:35:49 +02:00
273f226ef2
Made vanilla kernel default again
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-12 14:16:58 +02:00
045e1824d0
Revised update aliases and turned off yay devel
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-12 14:06:15 +02:00
1ee21c0d32
Small fix
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-12 14:01:02 +02:00
fe05722373
Finally found a fix so I can run latest kernel
...
Also switched to linux-ck because why not
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-12 13:58:47 +02:00
f6bd12c582
Moved sway to --user service and other fixes
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-11 18:51:29 +02:00
15210b6e68
Move default output config to sway conf
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-10 23:49:34 +02:00
36f5d66688
Fix swayidle after systemd move
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-10 23:45:29 +02:00
2c3d93ebee
Move Sway to systemd
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-10 15:35:07 +02:00
7b5b1019cc
Move fzf functions to functions file
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-09 22:30:32 +02:00
4ad647b723
Tweak sway colors
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-09 15:49:02 +02:00
6d971f91fe
Fix nvimpager conf
...
Forgot to change the colorscheme
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-09 15:11:20 +02:00
239de02dc7
Make every FZF command use ripgrep
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-09 15:10:28 +02:00
662d63a3c8
Switched icon theme back to numix
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-09 13:13:47 +02:00
20e8fc26f1
Fix typo
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-08 23:08:27 +02:00
b4e594aa28
Added lock option to exit script
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-08 23:06:53 +02:00
cc1bd7dfc1
Change GTK theme to vimix
...
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-08 23:02:48 +02:00