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

backup terminal and compositor flags

This commit is contained in:
Simon
2020-12-06 10:40:50 +01:00
parent 595c5f7c2e
commit 8e64273aac
4 changed files with 25 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
config##hostname.yoga3
config##hostname.pc
+3 -1
View File
@@ -10,7 +10,8 @@ exec_always --no-startup-id "xmodmap ~/.Xmodmap"
# display
exec --no-startup-id "nvidia-settings --load-config-only"
exec --no-startup-id "picom"
#exec --no-startup-id "picom"
exec --no-startup-id "picom --experimental-backends"
#exec --no-startup-id zsh ~/.screenlayout/layout_2mon.sh
exec --no-startup-id zsh ~/.config/polybar/launch_polybar.sh
exec --no-startup-id "nitrogen --restore"
@@ -65,6 +66,7 @@ bindsym $mod+Shift+q kill
# Terminal
bindsym $mod+Return exec --no-startup-id alacritty
bindsym $mod+Shift+Return exec --no-startup-id st
# System Monitor
bindsym Control+Shift+Escape exec --no-startup-id "alacritty -e sh -c 'htop'"
+1 -1
View File
@@ -1 +1 @@
h45_theme.rasi##class.red
h45_theme.rasi##class.blue
+20
View File
@@ -114,4 +114,24 @@ source $ZSH/oh-my-zsh.sh
#bindkey "^[[A" history-beginning-search-backward
#bindkey "^[[B" history-beginning-search-forward
####################################
# Modules
# Packages:
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md
# https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md
# Autojump
# https://github.com/wting/autojump
[[ -s /home/sim/.autojump/etc/profile.d/autojump.sh ]] && source /home/sim/.autojump/etc/profile.d/autojump.sh
autoload -U compinit && compinit -u
####################################
# ExtraRC
. ~/.extrarc