1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

bulkadding .local files

This commit is contained in:
tiynger
2019-09-07 17:42:18 +02:00
parent 073cd4d3d9
commit e4e7d54f9f
41 changed files with 791 additions and 0 deletions

2
.local/bin/i3cmds/winresize Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
echo "📐" | dmenu -p "Give width and height:" | xargs xdotool windowsize "$(xdotool getwindowfocus)"