diff options
| author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-06-10 23:12:05 +0200 | 
|---|---|---|
| committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-06-10 23:12:05 +0200 | 
| commit | 0ea2bf8d79a6f61ef3f1daa924020deec05a65aa (patch) | |
| tree | 9f6415fc82758097863047272fd513baa1257cb3 /xinitrc | |
| parent | 01a16d305bddfa18a5bf436249754f0652f212bd (diff) | |
| download | dotfiles-0ea2bf8d79a6f61ef3f1daa924020deec05a65aa.tar.gz dotfiles-0ea2bf8d79a6f61ef3f1daa924020deec05a65aa.tar.bz2 dotfiles-0ea2bf8d79a6f61ef3f1daa924020deec05a65aa.zip | |
random
Diffstat (limited to 'xinitrc')
| -rwxr-xr-x | xinitrc | 9 | 
1 files changed, 5 insertions, 4 deletions
| @@ -23,9 +23,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then    unset f  fi -# Make C-v always insert selection -autocutsel -fork & -autocutsel -selection PRIMARY -fork & +# Make C-v always insert selection (disabled due to too much cpu wakepus) +#autocutsel -fork & +#autocutsel -selection PRIMARY -fork &  # give cursor  xsetroot -cursor_name left_ptr  @@ -134,7 +134,8 @@ fi  # workspace 3 : newsbeuter  if [ $run_everything = true -o $run_workspace = 3 ]; then      $workspace ^2 -    $xtoolwait $term newsbeuter +#    Memory leak in newsbeuter +#    $xtoolwait $term newsbeuter  fi  # workspace 4 : admin workspace | 
