mirror of
				https://github.com/tiyn/dotfiles.git
				synced 2025-11-04 06:21:16 +01:00 
			
		
		
		
	black and white it is
This commit is contained in:
		@@ -23,6 +23,12 @@ alias config="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
 | 
			
		||||
src() { find ~/.config/* ~/.local/bin/* -type f | fzf | xargs -r $EDITOR ;}
 | 
			
		||||
srd() { find ~/ownCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;}
 | 
			
		||||
 | 
			
		||||
# git
 | 
			
		||||
alias ga="git add"
 | 
			
		||||
alias grm="git rm"
 | 
			
		||||
alias gc="git commit"
 | 
			
		||||
alias gp="git push"
 | 
			
		||||
 | 
			
		||||
# grep
 | 
			
		||||
alias grep="grep --color=auto"
 | 
			
		||||
 | 
			
		||||
@@ -64,6 +70,7 @@ alias rm="prompt 'Are you sure?' && rm"
 | 
			
		||||
 | 
			
		||||
# root/sudo
 | 
			
		||||
alias su="sudo -i"
 | 
			
		||||
alias sudo="sudo "
 | 
			
		||||
 | 
			
		||||
#sc-im
 | 
			
		||||
alias sc="sc-im"
 | 
			
		||||
 
 | 
			
		||||
@@ -75,20 +75,20 @@
 | 
			
		||||
[urgency_low]
 | 
			
		||||
    # IMPORTANT: colors have to be defined in quotation marks.
 | 
			
		||||
    # Otherwise the "#" and following would be interpreted as a comment.
 | 
			
		||||
    background = "#dddddd"
 | 
			
		||||
    foreground = "#000000"
 | 
			
		||||
    background = "#282828"
 | 
			
		||||
    foreground = "#eeeeee"
 | 
			
		||||
    timeout = 5
 | 
			
		||||
    # Icon for notifications with low urgency, uncomment to enable
 | 
			
		||||
    #icon = /path/to/icon
 | 
			
		||||
 | 
			
		||||
[urgency_normal]
 | 
			
		||||
    background = "#dddddd"
 | 
			
		||||
    foreground = "#000000"
 | 
			
		||||
    background = "#282828"
 | 
			
		||||
    foreground = "#eeeeee"
 | 
			
		||||
    timeout = 5
 | 
			
		||||
 | 
			
		||||
[urgency_critical]
 | 
			
		||||
    background = "#dddddd"
 | 
			
		||||
    foreground = "#000000"
 | 
			
		||||
    background = "#282828"
 | 
			
		||||
    foreground = "#eeeeee"
 | 
			
		||||
    frame_color = "#000000"
 | 
			
		||||
    timeout = 0
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -12,7 +12,6 @@ Plug 'donRaphaco/neotex' , {'for': 'tex'} " Asynchronous pdf rendering
 | 
			
		||||
Plug 'scrooloose/nerdtree' " Filetree
 | 
			
		||||
Plug 'majutsushi/tagbar' " Show tags
 | 
			
		||||
Plug 'airblade/vim-gitgutter' " Git Upgrades
 | 
			
		||||
"Plug 'FredKSchott/CoVim' "Use vim together
 | 
			
		||||
Plug 'qpkorr/vim-renamer' " Bulk renamer
 | 
			
		||||
Plug 'sirver/ultisnips' " Snippets
 | 
			
		||||
Plug 'uiiaoo/java-syntax.vim' , {'for': 'java'} " Better syntax highlight for java than default
 | 
			
		||||
 
 | 
			
		||||
@@ -2,11 +2,10 @@
 | 
			
		||||
 | 
			
		||||
xset r rate 300 50 &	# Speed xrate up
 | 
			
		||||
unclutter &		# Remove mouse when idle
 | 
			
		||||
xcompmgr &		# xcompmgr for transparency
 | 
			
		||||
dunst &			# dunst for notifications
 | 
			
		||||
redshift &		# redshift for saving your eyes
 | 
			
		||||
mpd &		# starts the mpd server for music
 | 
			
		||||
toggletouchpad & # deactivates the touchpad
 | 
			
		||||
$STATUSBAR &
 | 
			
		||||
owncloud &
 | 
			
		||||
sxhkd &
 | 
			
		||||
$STATUSBAR & # for refreshing the statusbar
 | 
			
		||||
owncloud & # for my cloud
 | 
			
		||||
sxhkd & # for shortcuts
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user