Skip to content

Commit

Permalink
Adds fixwm, lock, shrug, vimprev scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomnomnom committed Dec 18, 2017
1 parent c128955 commit 85e9380
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/burp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
export _JAVA_OPTIONS='-Dsun.java2d.xrender=true'
export _JAVA_AWT_WM_NONREPARENTING=1
BurpSuitePro
3 changes: 3 additions & 0 deletions scripts/fixwm
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
xsetroot -solid black
setxkbmap gb
2 changes: 2 additions & 0 deletions scripts/lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
gnome-screensaver-command --lock
2 changes: 2 additions & 0 deletions scripts/shrug
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
echo -n "¯\_(ツ)_/¯" | xclip -selection c
2 changes: 2 additions & 0 deletions scripts/vimprev
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
VIMENV=prev vim $@

0 comments on commit 85e9380

Please sign in to comment.