1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-20 04:30:53 +02:00

added others

This commit is contained in:
Simon
2020-05-05 11:10:39 +02:00
parent 26c1861967
commit 7312c7fcca
9 changed files with 413 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
keycode 66 = Mode_switch Multi_key
keycode 39 = s S ssharp
keycode 38 = a A adiaeresis Adiaeresis
keycode 30 = u U udiaeresis Udiaeresis
keycode 32 = o O odiaeresis Odiaeresis
+95
View File
@@ -0,0 +1,95 @@
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintfull
Xft.dpi: 120
Xft.autohint: true
Xft.lcdfilter: lcddefault
! Remove me
!XTerm*background: #000000
!XTerm*foreground: #fafafa
!XTerm*pointerColor: #1ABB9B
!XTerm*faceName: Fixed
!XTerm*faceSize: 11
!XTerm*reverseVideo: on
!XTerm*selectToClipboard: true
*fading: 8
*fadeColor: black
*pointerColorBackground: #2B2C2B
*pointerColorForeground: #16A085
! Thinkpad Red
! special
*.foreground: #ffffff
*.background: #171717
*.cursorColor: #ffffff
! black
*.color0: #000000
*.color8: #090909
! red
*.color1: #cc2929
*.color9: #e60012
! green
*.color2: #cc2929
*.color10: #e60012
! yellow
*.color3: #cc2929
*.color11: #e60012
! blue
*.color4: #cc2929
*.color12: #e60012
! magenta
*.color5: #cc2929
*.color13: #e60012
! cyan
*.color6: #cc2929
*.color14: #e60012
! white
*.color7: #777777
*.color15: #707070
Xcursor.theme: xcursor-breeze-snow
Xcursor.size: 0
! for 'fake' transparency (without Compton) use the following three lines
! URxvt*inheritPixmap: true
! URxvt*transparent: true
! URxvt*shading: 125
URxvt*foreground: grey
URxvt*depth: 32
URxvt*background: [90]#171717
URxvt*scrollBar: false
URxvt*mouseWheelScrollPage: false
URxvt*cursorBlink: false
URxvt*saveLines: 5000
! Normal copy-paste keybindings without perls
URxvt.iso14755: false
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
!Xterm escape codes, word by word movement
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Shift-Control-Left: \033[1;6D
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Shift-Control-Right: \033[1;6C
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Shift-Control-Up: \033[1;6A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Shift-Control-Down: \033[1;6B
! Find Font with cmd: fc-list -v | grep "Roboto"
URxvt*font: xft:Hack Nerd Font Mono:antialias=true
URxvt*boldFont: xft:Hack Nerd Font Mono:style=bold:antialias=true
+37
View File
@@ -0,0 +1,37 @@
[Setting]
inject_css = 1
replace_colors = 1
overwrite_assets = 0
spotify_path = /opt/spotify
prefs_path = /home/sim/.config/spotify/prefs
current_theme = Thinkpad
; current_theme = darkblue
color_scheme =
[Preprocesses]
disable_sentry = 1
disable_ui_logging = 1
remove_rtl_rule = 1
expose_apis = 1
[AdditionalOptions]
made_for_you_hub = 0
new_feedback_ui = 0
custom_apps =
experimental_features = 0
fastUser_switching = 0
home = 0
lyric_always_show = 1
visualization_high_framerate = 0
extensions =
lyric_force_no_sync = 0
radio = 0
search_in_sidebar = 0
song_page = 0
minimal_ui = 0
tastebuds = 0
; DO NOT CHANGE!
[Backup]
version = 1.1.10.546.ge08ef575
+1
View File
@@ -0,0 +1 @@
#cc2929
+73
View File
@@ -0,0 +1,73 @@
#Refresh rate of the visualizers. A really high refresh rate may cause screen tearing. Default is 20.
visualizer.fps=50
#Defaults to "/tmp/mpd.fifo"
mpd.fifo.path
#If set to false the visualizers will use mono mode instead of stereo. Some visualizers will
#behave differently when mono is enabled. For example, spectrum show two sets of bars.
audio.stereo.enabled=true
#Specifies how often the visualizer will change in seconds. 0 means do not rotate. Default is 0.
#visualizer.rotation.secs=10
#Configures the samples rate and the cutoff frequencies.
audio.sampling.frequency=44100
audio.low.cutoff.frequency=30
audio.high.cutoff.frequency=22050
#Configures the visualizers and the order they are in. Available visualizers are spectrum,lorenz,ellipse.
#Defaults to spectrum,ellipse,lorenz
visualizers=spectrum
#Configures what character the spectrum visualizer will use. Specifying a space (e.g " ") means the
#background will be colored instead of the character. Defaults to " ".
#visualizer.spectrum.character=#
#Spectrum bar width. Defaults to 1.
visualizer.spectrum.bar.width=3
#The amount of space between each bar in the spectrum visualizer. Defaults to 1. It's possible to set this to
#zero to have no space between bars
visualizer.spectrum.bar.spacing=1
#Available smoothing options are monstercat, sgs, none. Defaults to sgs.
visualizer.spectrum.smoothing.mode=monstercat
#This configures the falloff effect on the spectrum visualizer. Available falloff options are fill,top,none.
#Defaults to "fill"
visualizer.spectrum.falloff.mode=fill
#Configures how fast the falloff character falls. This is an exponential falloff so values usually look
#best 0.9+ and small changes in this value can have a large effect. Defaults to 0.95
visualizer.spectrum.falloff.weight=0.95
#Margins in percent of total screen for spectrum visualizer. All margins default to 0
visualizer.spectrum.top.margin=0.0
visualizer.spectrum.bottom.margin=0.0
visualizer.spectrum.right.margin=0.0
visualizer.spectrum.left.margin=0.0
#Reverses the direction of the spectrum so that high freqs are first and low freqs last. Defaults to false.
visualizer.spectrum.reversed=false
#Sets the audio sources to use. Currently available ones are "mpd" and "alsa"Sets the audio sources to use.
#Currently available ones are "mpd", "pulse", and "alsa". Defaults to "mpd".
audio.sources=pulse
##vis tries to find the correct pulseaudio sink, however this will not work on all systems.
#If pulse audio is not working with vis try switching the audio source. A list can be found by running the
#command pacmd list-sinks | grep -e 'name:' -e 'index'
audio.pulse.source=0
#This configures the sgs smoothing effect on the spectrum visualizer. More points spreads out the smoothing
#effect and increasing passes runs the smoother multiple times on reach run. Defaults are points=3 and passes=2.
visualizer.sgs.smoothing.points=3
visualizer.sgs.smoothing.passes=2
## Turns off overriding the user's terminal colors
colors.override.terminal=false
#Specifies the color scheme. The color scheme must be in ~/.config/vis/colors/ directory. Default is "colors"
colors.scheme=thinkpad
View File
+87
View File
@@ -0,0 +1,87 @@
alias sudo='sudo '
##### Device Specific
### Yoga3
# xampp
alias xampp="sudo /opt/lampp/manager-linux-x64.run"
# tlp
alias tlpbat="sudo tlp bat"
alias tlpac="sudo tlp ac"
alias tlpauto="sudo tlp start"
##### Global
# Scripts
alias scradj="zsh ~/Scripts/scradjust2.sh"
# help
alias hquiet="echo '>/dev/null 2>&1' or use QUIET var"
alias hpath="echo use PWD variable"
# window information
alias winfo="xprop |awk '/WM_CLASS/{print $4}'"
# xdotool
alias CAPS="xdotool key Caps_Lock"
alias caps="xdotool key Caps_Lock"
# arp-scan
alias arps="sudo arp-scan -l"
# caffeinate
alias coffeeinf="caffeinate sleep infinity"
alias coffee="caffeinate sleep"
# polybar
alias polybar="setsid polybar"
alias repoly="zsh ~/.config/polybar/launch_polybar.sh"
# nano
alias nano="nano -c"
alias i3conf="nano ~/.config/i3/config"
# ncdu
alias disk=ncdu
# wireless
alias bt="sudo blueberry"
alias ap="sudo -b create_ap-gui"
# clock
alias clock="setsid urxvt -hold -e zsh -e ~/scripts/clock.sh"
alias clockx="setsid urxvt -hold -e zsh -e ~/scripts/clock.sh && exit"
# fun stuff
alias pipes="pipes -r 50000"
alias worms="pipes -p 10 -r 50 -R"
# General
alias cls=clear
alias pls=sudo
alias ll="ls -lh"
alias lla="ls -lah"
alias blank="echo"
alias x=exit
# use like "fhistory 'cd ..' "
alias fhistory="history | grep"
# yay
alias yayi="yay -Q | grep"
alias yays="yay -S --sudoloop --noconfirm"
alias yayc="yay -Sc --noconfirm"
alias yayr="yay -Rs" # Remove package and dependencies
alias yayrc="yay -Rsc" # Remove package and dependencies, clean up afterwards
alias yayrd="yay -Rdd --noconfirm" # Remove package but not the dependencies
alias yayu="yay -Syu --sudoloop"
alias orphanr="echo 'USE CMD: sudo pacman -Rns S(pacman -Qtdq)'"
# cleanup
alias cachec="echo 'Clearing cache...' && sudo chown -R ${USER} ~/.cache && rm -rf ~/.cache"
alias trashc="echo 'Clearing trash...' && trash-empty"
alias cleanup="cachec && blank && trashc && blank && yayc && blank && orphanr"
Submodule
+1
Submodule .oh-my-zsh added at 9524db7398
+114
View File
@@ -0,0 +1,114 @@
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
ZSH=/home/sim/.oh-my-zsh
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
# Favs: fishy, terminalparty, random-emoji
ZSH_THEME="terminalparty"
# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load
# a theme from this variable instead of looking in ~/.oh-my-zsh/themes/
# If set to an empty array, this variable will have no effect.
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
# Uncomment the following line to use case-sensitive completion.
CASE_SENSITIVE="true"
# Uncomment the following line to use hyphen-insensitive completion.
# Case-sensitive completion must be off. _ and - will be interchangeable.
# HYPHEN_INSENSITIVE="true"
# Uncomment the following line to disable bi-weekly auto-update checks.
DISABLE_AUTO_UPDATE="true"
# Uncomment the following line to change how often to auto-update (in days).
# export UPDATE_ZSH_DAYS=13
# Uncomment the following line to disable colors in ls.
# DISABLE_LS_COLORS="true"
# Uncomment the following line to disable auto-setting terminal title.
# DISABLE_AUTO_TITLE="true"
# Uncomment the following line to enable command auto-correction.
# ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion.
COMPLETION_WAITING_DOTS="true"
# Uncomment the following line if you want to disable marking untracked files
# under VCS as dirty. This makes repository status check for large repositories
# much, much faster.
# DISABLE_UNTRACKED_FILES_DIRTY="true"
# Uncomment the following line if you want to change the command execution time
# stamp shown in the history command output.
# You can set one of the optional three formats:
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
# or set a custom format using the strftime function format specifications,
# see 'man strftime' for details.
# HIST_STAMPS="mm/dd/yyyy"
# Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder
# Which plugins would you like to load?
# Standard plugins can be found in ~/.oh-my-zsh/plugins/*
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git web-search colored-man-pages colorize vscode zsh-navigation-tools wakeonlan)
# User configuration
# export MANPATH="/usr/local/man:$MANPATH"
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim'
# else
# export EDITOR='mvim'
# fi
# Compilation flags
# export ARCHFLAGS="-arch x86_64"
# Set personal aliases, overriding those provided by oh-my-zsh libs,
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
# For a full list of active aliases, run `alias`.
#
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
ZSH_CACHE_DIR=$HOME/.cache/oh-my-zsh
if [[ ! -d $ZSH_CACHE_DIR ]]; then
mkdir $ZSH_CACHE_DIR
fi
# Cursor shape
#echo -e -n "\x1b[\x30 q" # changes to blinking block
#echo -e -n "\x1b[\x31 q" # changes to blinking block also
#echo -e -n "\x1b[\x32 q" # changes to steady block
#echo -e -n "\x1b[\x33 q" # changes to blinking underline
#echo -e -n "\x1b[\x34 q" # changes to steady underline
#echo -e -n "\x1b[\x35 q" # changes to blinking bar
echo -e -n "\x1b[\x36 q" # changes to steady bar
source $ZSH/oh-my-zsh.sh
#bindkey "^[[A" history-beginning-search-backward
#bindkey "^[[B" history-beginning-search-forward
. ~/.extrarc