Browse Source

I love this

main
Yiğit Çolakoğlu 4 years ago
parent
commit
24a44c600d
5 changed files with 16 additions and 1 deletions
  1. +3
    -0
      config.env.def
  2. +3
    -0
      scripts/start-spotifyd
  3. +3
    -0
      scripts/stop-spotifyd
  4. +2
    -1
      vim/vim/plugin/plugins.vim
  5. +5
    -0
      xorg/xinitrc

+ 3
- 0
config.env.def View File

@ -1,3 +1,5 @@
# vim:ft=bash
#!/bin/bash
export ETH_IT=enp3s0f0
@ -5,4 +7,5 @@ export WLAN_IT=wlp0s20u7
export TEMP_ZONE=/sys/class/thermal/thermal_zone0/temp
export NO_BAT=true
export NEXTCLOUD=false
export MCONNECT=true

+ 3
- 0
scripts/start-spotifyd View File

@ -0,0 +1,3 @@
#!/bin/bash
systemctl start --user spotifyd

+ 3
- 0
scripts/stop-spotifyd View File

@ -0,0 +1,3 @@
#!/bin/bash
systemctl stop --user spotifyd

+ 2
- 1
vim/vim/plugin/plugins.vim View File

@ -81,9 +81,10 @@ Plug 'vim-scripts/cool.vim'
" Plug 'mxw/vim-jsx'
" Plug 'jparise/vim-graphql'
Plug 'leafgarland/typescript-vim'
Plug 'arrufat/vala.vim'
" Syntax errors
Plug 'vim-syntastic/syntastic'
" Plug 'vim-syntastic/syntastic'
Plug 'ntpeters/vim-better-whitespace'
" Git support


+ 5
- 0
xorg/xinitrc View File

@ -30,6 +30,7 @@ pkill -f "/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh"
pkill -f "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
source ~/.config.env
# setxkbmap tr
# ~/.scripts/tabbed_surf &
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
@ -43,6 +44,10 @@ dwmblocks > /tmp/dwmblocks.out 2> /tmp/dwmblocks.err &
if [ "$NEXTCLOUD" = true ] ; then
nextcloud --background &
fi
if [ "$MCONNECT" = true ] ; then
/usr/local/bin/mconnect -d > /tmp/mconnect 2> /tmp/mconnect.err &
fi
xss-lock -- betterlockscreen -l -t 'Stay the fuck out!' &
# aw-server &
# aw-watcher-window &


Loading…
Cancel
Save