Commit Graph
100 Commits
Author SHA1 Message Date
Riyyi fadfdd1963 Config: Fix i3 startup scripts, some minor tweaks 2022-02-03 19:56:52 +01:00
Riyyi b87e49711d Emacs: Enable lsp-ui-doc in C++ 2022-02-03 14:08:06 +01:00
Riyyi 72cd4b94f6 Emacs: Add kotlin-mode and web-mode 2022-02-03 14:07:32 +01:00
Riyyi a2ffd2f870 Emacs: Set LaTeX and Python tabs to width 4 2022-02-03 14:05:46 +01:00
Riyyi 7cc8839152 Packages: Update list 2022-02-03 13:32:43 +01:00
Riyyi e1d1609968 Emacs: Update c++ snippets 2022-01-31 21:43:15 +01:00
Riyyi cfd0c06fbf Emacs: Add benchmark package for startup init 2022-01-31 21:43:15 +01:00
Riyyi 91e22af9d6 Config: Make zsh auto-completion more fancy 2022-01-31 21:20:52 +01:00
Riyyi 385c19a3cb Config: Small tweaks to various files 2022-01-31 21:18:14 +01:00
Riyyi f99ad75730 Config: Set Emacs CMake tab width, plus some small tweaks 2022-01-28 10:50:45 +01:00
Riyyi 31a4b329e7 Config: Add color to diff, ls and tree output 2022-01-22 11:50:47 +01:00
Riyyi bdc4a42000 Scripts: Dont attempt to pull btc price if done recently 2022-01-04 17:08:49 +01:00
Riyyi fb508e9653 Scripts: Prevent rate limit on polybar btc module with multi-monitor 2022-01-03 23:39:57 +01:00
Riyyi 148438bcc6 Config: Improve Arch wiki page width fix 2021-12-21 22:46:38 +01:00
Riyyi 56a2607848 Config: Fix Arch wiki page width 2021-12-21 22:25:39 +01:00
Riyyi be606c0e72 Scripts: Rework stream function 2021-12-12 22:44:28 +01:00
Riyyi d8bd83a001 Config: Make keepmenu prompt case-insensitive 2021-11-30 18:07:29 +01:00
Riyyi 614d852a5f Config: Add twitch streaming flags 2021-11-16 21:01:20 +01:00
Riyyi 41feb6fb39 Config: Update dunstrc for 1.7 compatibility, add mouse actions 2021-10-21 11:55:21 +02:00
Riyyi 44d11cac16 Config: Disable Punycode parsing in Firefox URLs 2021-10-08 11:44:55 +02:00
Riyyi cda1f49504 Config: Update YouTube userContent.css 2021-10-02 14:43:11 +02:00
Riyyi e6be5b99fc Emacs: Add super-save package 2021-10-01 14:22:24 +02:00
Riyyi 2a5bca3f55 Config: Add full license Emacs snippets 2021-09-18 11:57:35 +02:00
Riyyi 8f71084c0f Manager: Fix copying of directories when adding new files 2021-09-18 11:54:49 +02:00
Riyyi a5908b4dcd Scripts: Fix listing of audio devices 2021-09-17 19:11:45 +02:00
Riyyi 3ff9ac59ab Config: Make Rofi border width dynamic and center icons 2021-09-16 12:11:16 +02:00
Riyyi 8835b90bc3 Scripts: Add output device selection to PulseAudio TCP module 2021-09-14 14:08:26 +02:00
Riyyi db18abd336 Config: Update Emacs copyright notice snippets 2021-09-11 13:22:52 +02:00
Riyyi d4ecfcdfcb Scripts: Add scaling governor to cpuctl 2021-09-10 10:52:07 +02:00
Riyyi 2e211183e1 Scripts: Add CPU power energy mode setter 2021-09-09 18:16:26 +02:00
Riyyi 58ce700a65 Config: Make Rofi compatible with new theme format
Rofi 1.7.0 removed the theme backwards compatibility hack, this
patch updates the config to properly support the new theme format.
2021-09-01 15:00:40 +02:00
Riyyi 309882f87d Config: Update zsh aliases 2021-08-31 10:28:59 +02:00
Riyyi 98175e30ae Script: Properly detach Polybar process 2021-08-30 21:02:22 +02:00
Riyyi 7a08a720d0 Config: Change bspwm biggest/preselect node moving keybindings 2021-08-30 19:30:51 +02:00
Riyyi b2abe14fdf Config: Add font DPI settings to Polybar 2021-08-30 19:11:29 +02:00
Riyyi ab114fbad6 Manager: Set proper ownership to newly created system directories 2021-08-30 15:21:37 +02:00
Riyyi a4032f9f99 Config: Move qt5ct tooltip theme file to /usr/share 2021-08-30 15:16:59 +02:00
Riyyi 9be2f3e0bf Emacs: Add keybindings to prevent dired from opening a million buffers 2021-08-26 01:29:44 +02:00
Riyyi 1f84746ed7 Manager: Parse help argument 2021-08-24 03:55:54 +02:00
Riyyi 9a4a5e8d74 Completion: Update manager completion to the new argument structure 2021-08-24 03:40:11 +02:00
Riyyi f4a3779b04 Manager: Implement path filtering to pushing and pulling
It now possible to filter the pushing and pulling functions on
zero, one or multiple files and/or directories.
2021-08-24 03:12:30 +02:00
Riyyi 8f69bed7d9 Manager: Check if no operation is selected, improve error formatting 2021-08-22 22:34:12 +02:00
Riyyi 14a0d810ee Manager: Update help to Groff and to reflect new argument structure
Change the help function output to use the official man utility, which
uses Groff (GNU troff) formatting.
2021-08-22 20:58:36 +02:00
Riyyi 2e06b13a69 Manager: Major restructure of arguments
Optional arguments with spaces aren't supported by GNU getopt. So
instead lets restructure the arguments to make sense without them.
The manager now supports stdin.

This patch also separates file pulling and pushing into separate
functions.
2021-08-22 19:41:30 +02:00
Riyyi 80cf6138bc Manager: Change local variables to camelCase 2021-08-21 20:30:57 +02:00
Riyyi a22290a3c0 Manager: Add support for apt/dpkg package management 2021-08-20 19:50:15 +02:00
Riyyi 8ed84d5843 Manager: Change function naming convention and bracket location 2021-08-20 19:36:02 +02:00
Riyyi da8131bdd0 Manager: Make 'package' option argument optional 2021-08-20 19:29:09 +02:00
Riyyi c25d08993e Manager: Change variables to camelCase 2021-08-19 16:13:22 +02:00
Riyyi 522ef89b1c Emacs: Add wdired keybindings, allow permission modifications 2021-08-19 15:10:02 +02:00
Riyyi ec85c0aff6 Manager: Improve option handling using GNU getopt 2021-08-19 02:16:06 +02:00
Riyyi c2fe4ca3bf Manager: Improve help output formatting, display help without options 2021-08-18 02:13:47 +02:00
Riyyi 507c1945a8 Emacs: Load flyspell-correct on startup 2021-08-13 15:48:32 +02:00
Riyyi 743d595ca7 Scripts: Add download script 2021-08-09 17:12:16 +02:00
Riyyi ae1458873e Packages: Add aria2 download utility
To speed up YouTube downloads, use the external downloader aria2c.
Also implemented it in the aliases and scripts where youtube-dl is used.
2021-08-09 12:50:10 +02:00
Riyyi 4dc285d713 Emacs: Add all-the-icons to dired 2021-08-08 00:30:42 +02:00
Riyyi 42586e9f8d Aliases: Add options to stream function 2021-08-07 16:12:17 +02:00
Riyyi 7659b826b5 Polybar: Add rate limit message to BTC module 2021-08-06 22:01:43 +02:00
Riyyi d3b31a2c89 sdhajk hasdjk hajkh
adasjdnajs
2021-08-06 13:24:07 +02:00
Riyyi 9d2df684bf qutebrowser: Add legacy keybindings for zoom level 2021-08-05 21:47:28 +02:00
Riyyi be8c5e8136 Set scrolling to zoom in feh 2021-08-04 13:18:44 +02:00
Riyyi 8c83d5db37 Give Rofi menu time to disappear in printscreen script 2021-07-26 02:20:35 +02:00
Riyyi 3aa353f442 Add flag to volctl to enable PulseAudio TCP module 2021-07-23 16:26:58 +02:00
Riyyi 2d9a38909a Add Wacom driver for tablet 2021-07-21 23:08:24 +02:00
Riyyi 7722c26618 Fix deprecated Powerline patch for DejaVu font 2021-07-21 17:23:00 +02:00
Riyyi 24f2f9f6c6 Round offset number for xsetwacom input 2021-07-20 22:41:44 +02:00
Riyyi 045de08f03 Add tablet option to inputctl 2021-07-20 22:02:12 +02:00
Riyyi bee667effd Add Magit log pick/quit keybindings 2021-07-20 00:40:20 +02:00
Riyyi 71dacd5256 Enable lines on dashboard, which became a separate dependency 2021-07-17 12:15:20 +02:00
Riyyi 33a2a4e9fd Do not invert movement mpv keybinds 2021-07-12 22:10:18 +02:00
Riyyi ae4d4c3f49 Hide cursor when taking selection screenshot 2021-07-12 00:22:48 +02:00
Riyyi 5065ad17a6 Switch lines of code counter program, sloccount -> tokei 2021-07-09 14:30:50 +02:00
Riyyi f1b42d9138 Add alias to launch urxvt in current $PWD 2021-07-07 13:11:31 +02:00
Riyyi beca7d4aec Add qutebrowser menu completion keybinds 2021-07-04 23:34:56 +02:00
Riyyi 5687a2fb03 Add shift+tab keybinding for zsh reverse menu completion 2021-07-04 23:00:37 +02:00
Riyyi 47978497b9 Add keybinding for org link display toggling 2021-07-03 22:32:12 +02:00
Riyyi ec3cd49dfc Fix flyspell menu, reorder keybindings sections 2021-07-03 20:09:53 +02:00
Riyyi 47178aea27 Disable prettify symbols, as they mess with indentation 2021-07-03 19:47:10 +02:00
Riyyi 6d54572740 Fix wrong argument type error, vc-registered doesn't accept nil
It's also good practice not to use lambdas inside hooks, for readability.
2021-07-03 19:43:44 +02:00
Riyyi 7af24059a1 Reorganize package categories 2021-07-03 16:56:19 +02:00
Riyyi eb684b5a13 Do not close magit when pressing escape 2021-07-03 16:23:49 +02:00
Riyyi 2cad1e52f8 Fix parenthencies 2021-07-03 15:54:54 +02:00
Riyyi d5b958af9d Add lua/latex lsp server, add restclient 2021-07-03 15:34:29 +02:00
Riyyi 678eeae113 Config style update 2021-07-03 15:26:54 +02:00
Riyyi e15c394602 Move cache directory creation earlier in the config 2021-07-03 15:24:12 +02:00
Riyyi 2d5cbab390 Add dap functions 2021-07-03 15:20:43 +02:00
Riyyi 68ef4776a0 Add dap-mode 2021-07-03 15:18:43 +02:00
Riyyi f0e541a9fd Add streamlink config 2021-07-03 13:22:57 +02:00
Riyyi 76395e8ce1 Also remove the table of contents entry 2021-07-01 21:40:18 +02:00
Riyyi 2058d72b4e Add all-the-icons install check, fix SETUPFILE url 2021-07-01 21:38:06 +02:00
Riyyi 959db025cd Add git section to table of contents 2021-07-01 00:54:03 +02:00
Riyyi 872e718603 Add diff-hl and magit packages and configuration 2021-07-01 00:51:41 +02:00
Riyyi e3aefc546e Prevent leader keybindings from ever being overridden 2021-06-30 22:25:32 +02:00
Riyyi fd55489272 Disable flyspell messages 2021-06-30 20:11:06 +02:00
Riyyi 6c593a9853 Add aspell packages, configure flyspell-correct 2021-06-30 15:57:42 +02:00
Riyyi bf5e49cbc2 Prefer full option names 2021-06-06 00:05:41 +02:00
Riyyi a5c730df09 Fix qutebrowser config compatibility, add auto downloader script 2021-06-05 01:46:20 +02:00
Riyyi c9283d60cc Fix qt5ct tooltip colors, set proper icon theme 2021-06-04 17:10:49 +02:00
Riyyi 150f48d18d Make Firefox navigation bar buttons more compact 2021-06-04 12:01:36 +02:00
Riyyi 4c7a1848e5 Update userChrome.css to comply with Firefox 89 UI 2021-06-04 11:35:01 +02:00