Commit Graph
100 Commits
Author SHA1 Message Date
phundrak b3309591dc [Misc] Move code directory out of Documents 2023-04-19 13:58:15 +02:00
phundrak d6b802f059 [Emacs] add :package specification on some keybinds 2023-04-12 15:09:49 +02:00
phundrak 511d0f8f38 [Emacs] Make smartparens a git package 2023-04-12 14:01:29 +02:00
phundrak 45c046ce23 [Emacs] Remove unused aliases, add better less and bat altenative 2023-04-12 14:00:49 +02:00
phundrak 5173238e01 [misc] Add podman compose to PATH 2023-04-12 13:58:40 +02:00
phundrak 627de377b4 [Emacs] update mastodon instance
continuous-integration/drone/push Build is passing
I switched from @phundrak@fosstodon.org to @phundrak@emacs.ch
2023-03-31 09:37:55 +02:00
phundrak 00b00407b6 [fish] Run all commands in work abbr regardless whether they succeed
continuous-integration/drone/push Build is passing
2023-03-29 10:07:29 +02:00
phundrak ac9e161129 [sway,bin] Better swaybar
continuous-integration/drone/push Build is passing
2023-03-27 13:21:42 +02:00
phundrak 494ecac073 [ssh] Add https auth method for Gitea and Github
continuous-integration/drone/push Build is passing
2023-03-27 10:03:17 +02:00
phundrak a3232ccfd9 [Emacs] Load lsp-ltex after lsp-mode 2023-03-27 10:01:37 +02:00
phundrak b4c419d852 [Emacs] Make Magit use authinfo to authenticate through HTTPS 2023-03-27 10:00:52 +02:00
phundrak 20e89e938f [Emacs] fix eshell-banner-config configuration 2023-03-27 10:00:34 +02:00
phundrak 4abe217eed [sway] Nicer font in swaybar 2023-03-27 09:59:04 +02:00
phundrak e201a060e6 [sway] Alignment 2023-03-27 09:58:44 +02:00
phundrak e3289051ef [sway] More sensible screenshot shortcuts 2023-03-27 09:58:15 +02:00
phundrak 2f4f9cb30d [sway] Add keybind for locking screen 2023-03-27 09:57:45 +02:00
phundrak 0c0a2363f6 [sway] In windows mode, immediately return to default mode
Unless entering resize mode
2023-03-27 09:57:11 +02:00
phundrak 46a05e7226 [StumpWM] Don’t force Nemo on a workspace anymore
continuous-integration/drone/push Build is passing
2023-03-22 10:43:11 +01:00
phundrak a500b1eaec [mimeapps] remove unused schema
continuous-integration/drone/push Build is passing
2023-03-20 17:21:18 +01:00
phundrak 29a1990a8d [Sway] Map my tablet to my HDMI screen 2023-03-20 17:20:33 +01:00
phundrak a10f3d0479 [Sway] Harmonize keybindings with my other WMs 2023-03-20 17:20:11 +01:00
phundrak 86101c7cca [Bootstrap] Replace scrot with flameshot 2023-03-20 17:19:48 +01:00
phundrak 97c74e22c0 [Emacs] Add lsp-ltex, add doc for writegood-mode 2023-03-20 17:19:31 +01:00
phundrak 696c7cff3e [Emacs] Simpler self-screenshot function 2023-03-20 17:19:15 +01:00
phundrak 3b301d3bb6 [Fish] Change chill abbrev’s source of music 2023-03-20 17:18:59 +01:00
phundrak a0d774da82 [Fish] Less latency in mpv in webcam abbreviations 2023-03-20 17:18:38 +01:00
phundrak cb35ae2d73 [Fish] Add abbrev for setting up screens at work 2023-03-20 17:18:11 +01:00
phundrak 81cd095d08 [org files] Grammar 2023-03-20 17:17:57 +01:00
phundrak f790423cca [Misc] Change location of local variable in gitconfig
continuous-integration/drone/push Build is passing
2023-03-14 11:44:49 +01:00
phundrak 70f7fae3af [Emacs] Better variable customization in eshell-info-banner config 2023-03-14 11:12:30 +01:00
phundrak 04117fb5a9 [Emacs] Nicer faces for eshell-info-banner with my current theme 2023-03-14 11:02:29 +01:00
phundrak 93c3e1cdae [Bin] Fix plock under X11 2023-03-14 11:02:11 +01:00
phundrak 7e10020cc3 [Sway] Add shortcut to take region screenshot and copy in clipboard
continuous-integration/drone/push Build is passing
2023-03-11 18:57:32 +01:00
phundrak daca7f41ff [Emacs] Fix org-file export for CI
On older org-mode versions, org lists are lists of lists of only one
element, so that

    - a
    - b
    - c

translates as

    (("a") ("b") ("c"))

But in more recent versions, the same list translates as

    ("a" "b" "c")

This commit handles both situations, as my local Emacs version follows
the latter behaviour but the Emacs version available in my CI workflow
follows the former behaviour.
2023-03-11 18:57:32 +01:00
phundrak a55dec76db [Kitty] Change layout order to better fit my needs 2023-03-11 18:32:24 +01:00
phundrak b6ce065c83 [PKGBUILD] Freeze Emacs for Magit bug workaround
continuous-integration/drone/push Build is failing
Due to https://github.com/magit/magit/issues/4720 and
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62093, freeze Emacs
version at commit
https://github.com/emacs-mirror/emacs/commit/0214e9021b4dbbda1b6040e3b692f29d77a3b8cc
2023-03-10 23:31:01 +01:00
phundrak a389169420 [Emacs] Fix code-generating Elisp 2023-03-10 23:30:45 +01:00
phundrak ad6d235132 [Mimeapps] Add teams schema handler 2023-03-10 23:29:51 +01:00
phundrak f6772efd86 [Emacs] Add global keybinds for compile and recompile 2023-03-10 15:34:19 +01:00
phundrak b4d27af37a [Emacs] Remove directory from ivy-quick-find-files lookup places 2023-03-10 15:33:41 +01:00
phundrak 5918d9d756 [Emacs] Remove some prettified symbols 2023-03-10 15:33:20 +01:00
phundrak a1fbe5d2f8 [Emacs] Cleaner elisp-mode configuration 2023-03-10 15:32:55 +01:00
phundrak aeefc83ac6 [Emacs] Add sdlang-mode for Zellij configuration 2023-03-10 15:32:32 +01:00
phundrak a226f325d3 [Emacs] Better dap-mode config, better documentation 2023-03-10 15:32:10 +01:00
phundrak 0e4c6c6c4b [Emacs] Simplify lsp-treemacs config, replace obsolete command 2023-03-10 15:30:17 +01:00
phundrak b810990611 [Emacs] Remove unused package 2023-03-10 15:29:39 +01:00
phundrak d7caf48eb9 [Emacs] Switch from tree-sitter to built-in treesit 2023-03-10 15:28:36 +01:00
phundrak 3d3dcc6123 [Emacs] Add Java configuration 2023-03-10 15:27:50 +01:00
phundrak ff6365ba8c [Emacs] typo 2023-03-10 15:26:51 +01:00
phundrak bc03b083ef [Emacs] Greatly simplify org conlang project
It's now a much simpler process to publish since I use Vuepress.
2023-03-10 15:25:19 +01:00
phundrak d9f20bc035 [Emacs] Remove autosuggestion in Eshell 2023-03-10 15:24:18 +01:00
phundrak 66c6ec5071 [Emacs] Fix compilation buffer colorization 2023-03-10 15:23:39 +01:00
phundrak 46fc2b62d2 [Emacs] PDF preview in Dirvish without opening PDF files 2023-03-10 15:22:55 +01:00
phundrak 07b888da3b [Emacs] Add keybind for magit-log 2023-03-10 15:22:30 +01:00
phundrak f06fab1ec6 [StumpWM] Add keybind `s-o' due to the habit I took in Newm 2023-03-10 15:20:57 +01:00
phundrak 6a0619d159 [Bin] Remove WIP part of the file I never ended up working on 2023-03-10 15:20:29 +01:00
phundrak 8dbb4373be [Bin] Create and adapt utilities for Sway and Wayland
Create screenshot script for Wayland using grim and slurp.

Adapt plock, emoji-rofi so they can also be used by Wayland.

Add Sway launcher script
2023-03-10 15:18:54 +01:00
phundrak 68807c16f3 [Sway] Add config 2023-03-10 15:18:03 +01:00
phundrak 5f41c8e71d [StumpWM, bin] Add docker indicator, nerd font to font list 2023-03-10 15:17:21 +01:00
phundrak 02137f0c4a [Fish] Simplify rsync abbreviation 2023-03-10 15:15:06 +01:00
phundrak 31f33ea658 [Readme] Fix Emacs version in shield 2023-03-10 15:14:35 +01:00
phundrak 724c27724f [PKGBUILD] Bump Emacs version 2023-03-10 15:14:14 +01:00
phundrak 987f8593ba [PKGBUILD] Bump Eask version 2023-03-10 15:13:16 +01:00
phundrak b3312d539e [Newm] New keybinding for connecting to bluetooth devices 2023-03-10 15:12:52 +01:00
phundrak a27ce0ddf0 [Misc] This somehow created issues with Emacsclient 2023-03-10 15:12:18 +01:00
phundrak 843348a096 [Fish] No more fish_greeting 2023-02-22 15:34:56 +01:00
phundrak e47c31d637 [Fish] Add abbreviation for following logs with docker-compose 2023-02-22 15:34:27 +01:00
phundrak 8475732f42 [StumpWM] Restore previous mouse behaviour 2023-02-15 11:13:49 +01:00
phundrak ff0da86024 [Emacs] Alias lsl to exa instead of plain ls 2023-02-15 11:13:28 +01:00
phundrak afc81645ff [Qutebrowser] Fix spawn in mpv keybind
continuous-integration/drone/push Build is passing
2023-02-05 23:07:05 +01:00
phundrak c9c8832054 [Emacs] Replace linguistics mu4e bookmark with internship
I haven’t been a subscriber of some linguistics-related mailinglists
for quite some time since I began reading them through Gnus, so that
bookmark is now useless.

However, I will very soon begin my internship, so I need a bookmark
for it.
2023-02-05 23:05:09 +01:00
phundrak edb534baa1 [Emacs] Remove solidity-mode, no longer needed
continuous-integration/drone/push Build is passing
2023-01-31 15:44:03 +01:00
phundrak 85e212d1f9 [Emacs] Better LSP performances 2023-01-31 15:43:48 +01:00
phundrak 5b31a3fab8 [Emacs] Some more documentation
continuous-integration/drone/push Build is passing
2023-01-23 12:31:43 +01:00
phundrak 5f7166b01e [Emacs] Better name for org project 2023-01-23 12:31:43 +01:00
phundrak 50f5cc94d0 [Emacs] Darken foreground of tab-bar face 2023-01-23 12:31:43 +01:00
phundrak 54d6b097e4 [Emacs] Better keybinds for LSP in major-modes 2023-01-23 12:31:43 +01:00
phundrak 1b24386366 [Emacs] Fix configuration for editorconfig-mode 2023-01-23 12:31:43 +01:00
phundrak 883795148a [Emacs] Ignore elc files in recentf 2023-01-23 12:31:43 +01:00
phundrak ab41c4810b [StumpWM] I’ve gotten used to focus on mouse hover
Also, I’m not using StumpWM all that much anymore, so commits will
come less frequently to this file.
2023-01-23 12:31:43 +01:00
phundrak 0b055fef80 [Newm] Better debugging for rules 2023-01-12 10:03:18 +01:00
phundrak febef82271 [Newm] Switch back to rofi, some visual changes
continuous-integration/drone/push Build is passing
Set explicit refresh rate for primary screen

Set blur and transparency for rofi

Disable animation on focus change
2023-01-10 12:26:17 +01:00
phundrak 9017ccf4ef [Newm] Avoid name collision in config 2023-01-10 12:23:09 +01:00
phundrak 429d050d1e [Misc] Fix Matomo tracking 2023-01-10 12:22:51 +01:00
phundrak 2134e947fd [Emacs] Add keybind to toggle tab-bar-mode, hide new tab button
continuous-integration/drone/push Build is passing
2023-01-08 21:16:38 +01:00
phundrak a509efdecd [Emacs] Remove unnecessary line
continuous-integration/drone/push Build is passing
2023-01-08 16:44:45 +01:00
phundrak 2161f9f3a6 [Emacs] Add customization for tab-bar 2023-01-05 18:56:18 +01:00
phundrak 1ceaaf7f3f [Bootstrap] Remove github remote for yadm dotfiles
continuous-integration/drone/push Build is passing
Gitea now mirrors automatically commits on its repository to Github
2023-01-05 14:19:02 +01:00
phundrak d6c7f2ccdb [PKGBUILD] Update Eask to 0.7.7
continuous-integration/drone/push Build is passing
2023-01-05 14:13:40 +01:00
phundrak e4cd19b77e [Misc] Update Matomo headers 2023-01-05 14:13:25 +01:00
phundrak f7a60d4679 [Emacs] Better keybinds for tabs 2022-12-28 18:13:41 +01:00
phundrak b3011c2825 [PKGBUILD] Add Eask PKGBUILD 2022-12-28 18:13:22 +01:00
phundrak 77231c8a20 [Emacs] Add native Emacs tabs keybinds to global prefix
continuous-integration/drone/push Build is passing
2022-12-18 17:07:37 +01:00
phundrak 06266f2a2e [Emacs] Add back mediawiki frontend
continuous-integration/drone/push Build is passing
2022-12-16 14:44:08 +01:00
phundrak 0130f0fabd [Emacs] Fix variable not correctly set 2022-12-16 14:44:08 +01:00
phundrak 4ab766b657 [Emacs] Switch to Rougier's fork of mastodon.el
The alt timeline is just so much prettier
2022-12-16 14:44:08 +01:00
phundrak 6992442453 [Emacs, Bootstrap] Remove vmd-mode, I never use it
Also remove package nodejs-vmd, since the only reason for me to have
it is vmd-mode
2022-12-16 14:44:08 +01:00
phundrak 24f32a7589 [Emacs] Just write plaintext by default 2022-12-16 14:41:27 +01:00
phundrak 0b6a673a8c [Fish] Add sourcing private data 2022-12-16 14:41:07 +01:00
phundrak 5f5c845dc4 [Emacs] Hook prettier-js into more modes
continuous-integration/drone/push Build is passing
2022-12-07 16:08:05 +01:00