8af40f0
M After the Cataclysm, M BlackBear1, M BlackBear2, M BlackBear7, M Chill Let's Climb, M Dust's Leaf, M Escape, M ForeverAlone, M Gorou, M Hardcore 2 Solo, M IMA NINJA, M Increase Your Speed, M Kobra 3 Solo, M Mini Zero, M MojoJump, M MorningStar, M Prison 1, M Push it, M Summer Breeze, M Tee Legends 1, M Verification 7.0, M VoidOfSpace, M Whitemoon, M mazepack, M navii - ddnet-maps
624c3b1
A Teestroyer - ddnet-mapspicom --backend glx --no-vsync
should use glx as backend but not sure for what xD. I just found that it boosted my fps so I thought I would mention it for you to try it outbindsym --release Print exec maim -s --format=png /dev/stdout | xclip -selection clipboard -t image/png -i
bindsym --release $mod+o exec maim -i $(xdotool getactivewindow) --format=png /dev/stdout | xclip -selection clipboard -t image/png -i
bindsym --release $mod+u exec $HOME/scripts/upload_img.sh
shotgun screenshot.png
crapshot
but i was wondering how to bind it to a keykill -9 $(pgrep dwm)
crapshot
is just a wrapper around main to support different OSes and auto upload to zillyhuhn.com for irc share1015176
Fix inconsistent width/height calculation for generic popups - Robyt3
b01e8b7
Extract CMenus::RenderDemoPlayerSliceSavePopup
function - Robyt3
20ce930
Move variable declarations closer to usages - Robyt3
be8a601
Render demo popups above/after other demo controls - Robyt3
6ff4183
Support rendering generic popup menus in demo player - Robyt3
1667861
Use nullptr
instead of 0
- Robyt3
6feb461
Improve demo slice popup - Robyt3
8b316d5
Merge #6680 - bors[bot]st
use other font launchtime by setting its -f
option, it also has keybinds for incrementing/decrementing font size runtime. (edited)Ctrl-Shift-Page Up/Down
cat /etc/os-release
warning: adding embedded git repository: slbuilds/dwm
hint: You've added another git repository inside your current repository.
hint: Clones of the outer repository will not contain the contents of
hint: the embedded repository and will not know how to obtain it.
hint: If you meant to add a submodule, use:
hint:
hint: git submodule add <url> slbuilds/dwm
hint:
hint: If you added this path by mistake, you can remove it from the
hint: index with:
hint:
hint: git rm --cached slbuilds/dwm
hint:
hint: See "git help submodule" for more information
I created the repo in github and added the files but haven't pushed anything because of the above message though?
Does anyone have any ideas?dwm
add the slbuild as a submodule with git submodule add <url> slbuilds/dwm
? I don't know how submodules work but it seems like that they would.dwm
add the slbuild as a submodule with git submodule add <url> slbuilds/dwm
? I don't know how submodules work but it seems like that they would. https://github.com/Inateblig/dwm
but it gets stuck here> git push -u Inateblig Inateblig
Username for 'https://github.com': Inateblig
Password for 'https://Inateblig@github.com':
Enumerating objects: 6507, done.
Counting objects: 100% (6507/6507), done.
Delta compression using up to 12 threads
Compressing objects: 100% (2737/2737), done.
Writing objects: 100% (6507/6507), 5.86 MiB | 1.22 MiB/s, done.
Total 6507 (delta 3772), reused 6498 (delta 3768), pack-reused 0
every time :(dwm/.git/objects/pack/pack-<numbers>.pack
which is 5.9MBgit branch Inateblig
I switched to it with git checkout Inateblig
I applied my changes git apply mynew.diff
and then git remote add Inateblig https://github.com/Inateblig/dwm.git
followed by git push -u Inateblig Inateblig
git add
i think after git apply
, then git commit