Add Tecra R940 files

Tecra-R940
Marvin Johanning 2020-04-19 11:32:40 +02:00
parent f19135c26a
commit ce83ce58cf
3 changed files with 7 additions and 6 deletions

View File

@ -42,11 +42,11 @@ bindsym $mod+z exec --no-startup-id morc_menu
## sound-section - DO NOT EDIT if you wish to automatically upgrade Alsa -> Pulseaudio later! ## ## sound-section - DO NOT EDIT if you wish to automatically upgrade Alsa -> Pulseaudio later! ##
################################################################################################ ################################################################################################
exec --no-startup-id volumeicon #exec --no-startup-id volumeicon
#bindsym $mod+Ctrl+m exec st -e 'alsamixer' #bindsym $mod+Ctrl+m exec st -e 'alsamixer'
#exec --no-startup-id pulseaudio exec --no-startup-id start-pulseaudio-x11
#exec --no-startup-id pa-applet exec --no-startup-id pa-applet
#bindsym $mod+Ctrl+m exec pavucontrol bindsym $mod+Ctrl+m exec pavucontrol
################################################################################################ ################################################################################################
@ -307,7 +307,7 @@ bindsym $mod+9 exec --no-startup-id blurlock
# Autostart applications # Autostart applications
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec --no-startup-id nitrogen --restore; sleep 1; compton -b exec --no-startup-id nitrogen --restore; sleep 1; compton -b
exec --no-startup-id manjaro-hello #exec --no-startup-id manjaro-hello
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id xfce4-power-manager exec --no-startup-id xfce4-power-manager
exec --no-startup-id pamac-tray exec --no-startup-id pamac-tray

2
.zshrc
View File

@ -28,7 +28,7 @@ alias l="ls -sh"
alias la="ls -ash" alias la="ls -ash"
#Variable exports #Variable exports
export RTV_BROWSER=w3m export TUIR_BROWSER=w3m
export VISUAL=vim export VISUAL=vim
export EDITOR=vim export EDITOR=vim
export TERMINAL=termite export TERMINAL=termite

View File

@ -27,6 +27,7 @@ Afterwards, you simply clone this repository and copy the content of the resulti
* I use a couple of extensions. To install these, please first download and install `oh-my-zsh` and then download and install`autosuggestions` and `zsh-syntax-highlighting`. Otherwise you won't be able to use my .zshrc. * I use a couple of extensions. To install these, please first download and install `oh-my-zsh` and then download and install`autosuggestions` and `zsh-syntax-highlighting`. Otherwise you won't be able to use my .zshrc.
12. For viewing images I use `sxiv` (You can find my own version of sxiv here on Gitlab as well) 12. For viewing images I use `sxiv` (You can find my own version of sxiv here on Gitlab as well)
13. I use `dmenu` for a few things, most notably as an application launcher and as a nice way of browsing through the terminal history and running commands. My build with some patches is on Gitlab as well. 13. I use `dmenu` for a few things, most notably as an application launcher and as a nice way of browsing through the terminal history and running commands. My build with some patches is on Gitlab as well.
14. The font I use for most things is `Fira Code`; you will have to either download it or change the settings appropriately
### How to get my set-up ### How to get my set-up
In order to use these config files, you should firstly create a backup of your current config files (I recommend using git and Github for that as well. If that is too complicated, just rename them to something like configname.copy). After having created a backup of all important config files, you simply need to replace all all your files with the ones in this repository. Some config files have my username included, which means that if you try to run said config file you will most likely run into an error. Should you run into an error when running a config file or should something not work as intended, please check the config file and see if it includes my username and remove it. In order to use these config files, you should firstly create a backup of your current config files (I recommend using git and Github for that as well. If that is too complicated, just rename them to something like configname.copy). After having created a backup of all important config files, you simply need to replace all all your files with the ones in this repository. Some config files have my username included, which means that if you try to run said config file you will most likely run into an error. Should you run into an error when running a config file or should something not work as intended, please check the config file and see if it includes my username and remove it.