Skip to content

Commit

Permalink
fixed issues with dwm scratchpads
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavinok committed Apr 8, 2019
1 parent b0d2827 commit 5454df1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fzedit.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env sh
du -a $1* | awk '{print $2}' | fzf | xargs -r $EDITOR ;
du -a $1* | awk '{print $2}' | fzf | xargs -r $EDITOR ;
3 changes: 2 additions & 1 deletion i3-wm-scripts/tmuxdd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
# This is the script that i3 runs to either start tmux in
# the dropdown terminal or log into a previous session.
tmux -c fish
tmux a || tmux

0 comments on commit 5454df1

Please sign in to comment.