From eb2e7959987ebc405c7a03060f259655e13f01d0 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 29 Oct 2018 18:02:40 +0100 Subject: Further cleaning finally done --- xdg-additions/applications/gvim-buffer.desktop | 10 --- xdg-additions/applications/gvim.desktop | 10 --- xdg-additions/applications/nvim.desktop | 10 --- xdg-additions/applications/vim.desktop | 13 --- xdg-additions/bashrc | 30 ------- xdg-additions/default-font.conf | 61 ------------- xdg-additions/gtk-3.0.css | 117 ------------------------- 7 files changed, 251 deletions(-) delete mode 100644 xdg-additions/applications/gvim-buffer.desktop delete mode 100644 xdg-additions/applications/gvim.desktop delete mode 100644 xdg-additions/applications/nvim.desktop delete mode 100644 xdg-additions/applications/vim.desktop delete mode 100644 xdg-additions/bashrc delete mode 100644 xdg-additions/default-font.conf delete mode 100644 xdg-additions/gtk-3.0.css (limited to 'xdg-additions') diff --git a/xdg-additions/applications/gvim-buffer.desktop b/xdg-additions/applications/gvim-buffer.desktop deleted file mode 100644 index 5cd2cbf..0000000 --- a/xdg-additions/applications/gvim-buffer.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Gnome Vi IMproved Buffer -Icon=gvim -Comment=Open file in an existing instance of vi and in a new tab -MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; -Exec=gvim -f -N --remote-silent %F -Terminal=false -X-XClassHintResName=VIM -Categories=Utility;TextEditor; diff --git a/xdg-additions/applications/gvim.desktop b/xdg-additions/applications/gvim.desktop deleted file mode 100644 index 37c6e58..0000000 --- a/xdg-additions/applications/gvim.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Name=Vi IMproved Tab -Comment=Open file in an existing instance of vi and in a new tab -MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; -Exec=gvim f -N --remote-tab %F -Icon=gvim -Type=Application -Terminal=false -X-XClassHintResName=VIM -Categories=Utility;TextEditor; diff --git a/xdg-additions/applications/nvim.desktop b/xdg-additions/applications/nvim.desktop deleted file mode 100644 index 21f0090..0000000 --- a/xdg-additions/applications/nvim.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=Vim -Comment= -Exec=xfce4-terminal --icon /usr/share/icons/HighContrast/256x256/apps/vim.png -T 'nvim' -e '/bin/bash -i -c "env TERM=gnome-256color screen nvr ."' --fullscreen -Icon=/usr/share/icons/HighContrast/256x256/apps/vim.png -Path= -Terminal=false -StartupNotify=false diff --git a/xdg-additions/applications/vim.desktop b/xdg-additions/applications/vim.desktop deleted file mode 100644 index f8efe76..0000000 --- a/xdg-additions/applications/vim.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -X-Desktop-File-Install-Version=0.23 -Type=Application -Name=Vi IMproved->buffer2 -Icon=gvim -Comment=Open file in an existing instance of vi and in a new tab -MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; -X-XClassHintResName=VIM -Categories=Application;Utility;TextEditor; -# Exec=vim --servername VIM --remote-silent %F -Exec=xfce4-terminal -e "bash -c '~/.bashrc ; vim --servername VIM --remote-silent %F'" -Terminal=true -StartupNotify=true diff --git a/xdg-additions/bashrc b/xdg-additions/bashrc deleted file mode 100644 index 24c51a0..0000000 --- a/xdg-additions/bashrc +++ /dev/null @@ -1,30 +0,0 @@ - -# gvim () { /bin/gvim $(if [[ "$#" > 0 && `/bin/gvim --serverlist | wc -l` ]]; then echo --remote; fi) $@; } -# vim () { /bin/vim $(if [[ "$#" > 0 && `/bin/vim --serverlist | wc -l` ]]; then echo --remote; fi) $@; } - -# man() -# { -# /bin/gvim \ -# $(if [[ `/bin/gvim --serverlist | wc -l` > 0 ]]; then echo --remote-send; fi) \ -# ":enew:0read !groffer --pager='cat' --tty $1 col -bx :set filetype=man buftype=nowrite readonlygg"; -# } - -# export MANPAGER='vim -c":set noswapfile|%!col -b" -c":file man|:setlocal filetype=man buftype=nowrite readonly nonumber nolist signcolumn=no" -' -export MANPAGER="vim -M +MANPAGER -" - -# man() { /bin/vim ":enew:0read !groffer --pager='cat' --tty $1 col -bx :set filetype=man buftype=nowrite readonlygg" -; } -# alias git='git -c color.ui=false' -# export GIT_DIFF_OPTS="--no-color" - - - -git config --global --replace-all color.pager 0 -git config --global --replace-all core.pager 'vim -c":set noswapfile filetype=git buftype=nowrite readonly nolist nonumber signcolumn=no|:file git" -' -# export GIT_PAGER='' - -# alias git="TERM=dumb git" - -# export EDITOR="gvim()" -# export PAGER="tee /tmp/output.txt /dev/stdout | /bin/vim -" - -# --remote-expr ":%!col -b" -c":set buftype=nowrite filetype=man readonly" -'A diff --git a/xdg-additions/default-font.conf b/xdg-additions/default-font.conf deleted file mode 100644 index b1de279..0000000 --- a/xdg-additions/default-font.conf +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - NotoSans-Regular - - - serif - Noto Serif - - - sans-serif - Noto Sans Mono Bold - - - - monospace - - - SauceCodePro Nerd Font Mono - - - 100 - - - dz - - - 14 - - - - - diff --git a/xdg-additions/gtk-3.0.css b/xdg-additions/gtk-3.0.css deleted file mode 100644 index f347a83..0000000 --- a/xdg-additions/gtk-3.0.css +++ /dev/null @@ -1,117 +0,0 @@ -/* -#vim-menubar, -#vim-menubar #menu, -#vim-toolbar, -#vim-gui-drawarea, -#vim-main-window { - color:#6060af; - color: #4e4e4e; - font-family: "Hasklug Nerd Font Mono", "Source Code Pro for Powerline", "Source Code Pro", "Roboto"; - font-weight:bold; - font-size:8pt; - border:0; - outline:0; -} - -* { - border-width:0px; - outline-width:0px; - padding:0; - margin:0; -} - -#vim-menubar -{ - padding-left:1em; - border-bottom:2px solid #ffffff; -} - -#vim-menubar>* -{ - padding-right:1em; - padding-top:.25em; - padding-bottom:.25em; -} - -#vim-menubar>*, -#vim-main-window { - background-color:#ffffff; - color: #4e4e4e; -} - -menu menuitem:backdrop, menu menuitem:backdrop:hover -{ - border:0px; -} -*/ - -window#vim-main-window > box -{ - background:#fff; - border:2px solid #fff; -} - -/* within window > box ... */ -menubar#vim-menubar { - font-family: "monospace", "Hasklug Nerd Font Mono", "Source Code Pro for Powerline", "Source Code Pro", "Roboto"; - font-weight:bold; - font-size:8pt; - background: #fff; - /* background: linear-gradient(180deg, white 85%, black); */ -} - -menubar#vim-menubar menuitem { - background:transparent; -} - -menubar#vim-menubar > menuitem { - padding:.25em; -} - -menubar#vim-menubar menuitem box { - padding:.1em .25em; -} - -menubar#vim-menubar menuitem window -{ - margin-top:1em; -} - -/* opened menu (after being clicked) */ -menubar#vim-menubar menuitem window menu { - padding:1px; - background:linear-gradient(90deg, #ccc, #fff); - -} - -menubar#vim-menubar menuitem window menu menuitem { - padding:0em; - margin:0px; -} - -menubar#vim-menubar menuitem window menu menuitem box { - background:rgba(255,255,255,.5); - padding:.25em; - padding-left:1em; - -} - -menubar#vim-menubar menuitem window menu separator { - margin:0; - background:#fff; - border-top:1px dotted #666; -} - - -menubar#vim-menubar menuitem:hover { - box-shadow:none; - background:rgba(0,0,0,.2); - color:#000; -} - - - -/* -toolbar button { -notebook tab { -*/ -- cgit v1.2.3