Initial commit for i3-debian branch

This commit is contained in:
2020-01-19 20:22:05 -05:00
parent 0bf0753c6b
commit a1d7bf8221
54 changed files with 3384 additions and 993 deletions

10
.local/bin/i3scripts/start-htop Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
#start-htop.sh
#
#i3 move to workspace number $ws95;i3 floating enable;i3 resize set height 700;i3 resize set width 1000;i3 move position center && i3-sensible-terminal -e htop;
(urxvt -hold -e htop && i3 move to workspace number $ws95 && i3 floating enable && i3 resize set height 700 && i3 resize set width 1000 && i3 move position center)

5
.local/bin/pycharm Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
# Generated by JetBrains Toolbox 1.16.6207 at Sun Jan 19 03:37:29 2020
"/home/kapper/.local/share/JetBrains/Toolbox/apps/PyCharm-C/ch-0/193.5662.61/bin/pycharm.sh" "$@"