diff --git a/config/.config/i3/config b/config/.config/i3/config index f75a312..2e1735f 100644 --- a/config/.config/i3/config +++ b/config/.config/i3/config @@ -137,12 +137,12 @@ bindsym XF86AudioPrevious exec "playerctl previous; cmus-remote -r" # Application Shortcuts bindsym $mod+b exec firefox bindsym $mod+e exec i3-sensible-terminal -e ranger -bindsym $mod+Shift+e exec spacefm +bindsym $mod+Shift+e exec nautilus bindsym $mod+m exec thunderbird -bindsym Print exec --no-startup-id scrot -bindsym control+Shift+Print --release exec --no-startup-id scrot -f -bindsym Shift+Print --release exec --no-startup-id scrot -s +bindsym Print exec --no-startup-id maim -f png ~/Pictures/Screenshots/$(date +%G-%m)/$(cat /proc/$(xdotool getwindowpid $(xdotool getwindowfocus))/comm)_$(date +%G-%m-%d_%H-%M-%S).png +bindsym control+Shift+Print --release exec --no-startup-id maim -u -s -f png ~/Pictures/Screenshots/$(date +%G-%m)/$(cat /proc/$(xdotool getwindowpid $(xdotool getwindowfocus))/comm)_$(date +%G-%m-%d_%H-%M-%S).png +bindsym Shift+Print --release exec --no-startup-id maim -u -i $(xdotool getactivewindow) -f png ~/Pictures/Screenshots/$(date +%G-%m)/$(cat /proc/$(xdotool getwindowpid $(xdotool getwindowfocus))/comm)_$(date +%G-%m-%d_%H-%M-%S).png bindsym $mod+Ctrl+x --release exec --no-startup-id xkill # change focus diff --git a/config/.local/share/ranger/bookmarks b/config/.local/share/ranger/bookmarks new file mode 100644 index 0000000..772b89f --- /dev/null +++ b/config/.local/share/ranger/bookmarks @@ -0,0 +1,6 @@ +':/home/tuan/.dotfiles/config/.local/share/ranger +u:/home/tuan/Documents/Uni/Studium +p:/home/tuan/Documents/Protokolle/FSE +o:/home/tuan/.dotfiles/config +w:/home/tuan/Documents/Collection/wiki +m:/run/media/tuan diff --git a/vim/.vimrc b/vim/.vimrc index 1204947..595d732 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -7,7 +7,6 @@ call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'vim-pandoc/vim-pandoc' Plugin 'vim-pandoc/vim-pandoc-syntax' -Plugin 'fatih/vim-go' Plugin 'vimwiki/vimwiki' call vundle#end() filetype plugin indent on diff --git a/zsh/.zshrc b/zsh/.zshrc index 35650b2..b343971 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -4,9 +4,11 @@ export PATH="$PATH:$HOME/.go/bin" export GOPATH="$HOME/.go/" # Alias +alias background='feh --randomize --bg-fill /usr/share/backgrounds/*' +alias gowinbuild='GOOS=windows GOARCH=amd64 go build' +alias pwgen='pwgen -y 20 1' alias q="exit" alias ranger='ranger --choosedir=$HOME/.rangerdir; LASTDIR=`cat $HOME/.rangerdir`; cd "$LASTDIR"' -alias pwgen='pwgen -y 20 1' alias xsel='xsel -ib' # Theme