Łukasz Pankowski lupan
  • Joined on 2022-07-27
lupan pushed to wip at lupan/dotfiles 2025-11-24 21:13:12 +00:00
4a698f6e1f nvim: migrate to paq package manager
lupan pushed to wip at lupan/dotfiles 2025-11-24 20:44:46 +00:00
906ff6bd22 nvim: migrate to paq package manager
lupan pushed to wip at lupan/dotfiles 2025-11-23 20:58:45 +00:00
389a5ad784 nvim: migrate to paq package manager
195176678c nvim: replace with a new config
Compare 2 commits »
lupan pushed to wip at lupan/dotfiles 2025-11-22 22:25:40 +00:00
8edd393b3d nvim: replace with a new config
lupan pushed to wip at lupan/dotfiles 2025-11-21 07:48:48 +00:00
2a8f287ff7 nvim: replace with a new config
71b7e78112 vis: add odin language lexer and define ols as lsp for odin
Compare 2 commits »
lupan pushed to wip at lupan/dotfiles 2025-10-17 07:45:17 +00:00
11e8870aed shell: remove CDPATH
lupan pushed to wip at lupan/dotfiles 2025-10-15 05:47:47 +00:00
19a7dd6dee xsession: add startx argument, lupan-set-theme: use pkill, shell: try eza before exa
lupan pushed to wip at lupan/dotfiles 2025-10-15 05:41:53 +00:00
a49f1c4ea1 xsession: add startx argument, lupan-set-theme: use pkill
lupan pushed to wip at lupan/dotfiles 2025-10-15 05:22:52 +00:00
e734764630 vis: disable autopairs in vis-pairs
lupan pushed to wip at lupan/dotfiles 2025-10-12 19:16:06 +00:00
a09a464f0c shell: move X before wayland, use output of tty instead of XDG_VTNR
lupan pushed to wip at lupan/dotfiles 2025-10-11 08:18:15 +00:00
5018c78956 merge yash into shell, Makefile: update dwm, st and other instalation
lupan pushed to wip at lupan/dotfiles 2025-10-11 08:11:35 +00:00
d0e3bd71a4 merge yash into shell, Makefile: update dwm, st and other instalation
lupan pushed to wip at lupan/dotfiles 2025-10-10 06:06:26 +00:00
ce19fa1371 add xres value st.lightmode, aliases: add missing local and query from command, new lg alias
lupan pushed to patched-4 at lupan/st 2025-10-10 05:31:32 +00:00
98a2dd55b0 add dmenu dark and light variants
634f6cb5ad add copy/paste dmenu prompt and remove empty values from completion list
3c9aef2597 add key to insert text selected with dmenu as terminal input
Compare 3 commits »
lupan pushed to wip at lupan/dotfiles 2025-10-09 07:04:13 +00:00
95fdacdd31 vis: theme switching based on existance of ~/.lightmode
cef92f13c9 vis: add keys for make, profile add CDPATH
Compare 2 commits »
lupan pushed to patched-4 at lupan/st 2025-10-09 07:02:14 +00:00
ffd5e8750d add keys to edit screen content with editor and copy WORD using externalpipe
1a19738a57 agree st-externalpipe with st-scrollback-ringbuffer
a6f61c8b65 apply st-externalpipe-0.8.5.diff
a88f2f16ef update font
7cbc44eba5 Terminal scrollback with ring buffer
Compare 6 commits »
lupan created branch patched-4 in lupan/st 2025-10-09 07:02:14 +00:00
lupan pushed to wip at lupan/dwm 2025-10-08 22:07:33 +00:00
b355743792 WIP my local config changes
a07421c195 shift-tools - shifttag, moves the current selected client to the adjacent tag - shifttagclients, moves the current selected client to the adjacent tag that has at least one client else acts as shifttag - shiftview, view adjacent tag - shiftviewclients, view the closes tag that has a client. If none acts as shiftview - shiftboth, shifttag and shiftview. Basically moves the window to the next/prev tag and follows it. - shiftswaptags, its a shift implementation on the swaptags function (see 65379c6264/config.h (L48) for more details), which in short 'swaps tags' (swaps all clients with the clients on the adjacent tag). A pretty useful example of this is chosing a tag empty and sending all your clients to that tag. - swapfunction is the 'helper' function for the shiftswaptags. remember that these functions **shift**, which means you can go from tag 1 to 9 or 9 to 1. Also remember that the default argument is 1 and you can change it.
006706b5d0 agree: dwm-goback with dwm-warp
0243a59c57 add patch/function 'goback'
Compare 4 commits »
lupan pushed to patched at lupan/dwm 2025-10-08 22:07:18 +00:00
a07421c195 shift-tools - shifttag, moves the current selected client to the adjacent tag - shifttagclients, moves the current selected client to the adjacent tag that has at least one client else acts as shifttag - shiftview, view adjacent tag - shiftviewclients, view the closes tag that has a client. If none acts as shiftview - shiftboth, shifttag and shiftview. Basically moves the window to the next/prev tag and follows it. - shiftswaptags, its a shift implementation on the swaptags function (see 65379c6264/config.h (L48) for more details), which in short 'swaps tags' (swaps all clients with the clients on the adjacent tag). A pretty useful example of this is chosing a tag empty and sending all your clients to that tag. - swapfunction is the 'helper' function for the shiftswaptags. remember that these functions **shift**, which means you can go from tag 1 to 9 or 9 to 1. Also remember that the default argument is 1 and you can change it.
006706b5d0 agree: dwm-goback with dwm-warp
0243a59c57 add patch/function 'goback'
Compare 3 commits »
lupan pushed to wip at lupan/dotfiles 2025-10-07 22:01:32 +00:00
876aa0ac1c vis: add vis-quickfix and vis-pairs