mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-20 12:40:52 +02:00
backup terminal and compositor flags
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
config##hostname.yoga3
|
config##hostname.pc
|
||||||
@@ -10,7 +10,8 @@ exec_always --no-startup-id "xmodmap ~/.Xmodmap"
|
|||||||
|
|
||||||
# display
|
# display
|
||||||
exec --no-startup-id "nvidia-settings --load-config-only"
|
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 ~/.screenlayout/layout_2mon.sh
|
||||||
exec --no-startup-id zsh ~/.config/polybar/launch_polybar.sh
|
exec --no-startup-id zsh ~/.config/polybar/launch_polybar.sh
|
||||||
exec --no-startup-id "nitrogen --restore"
|
exec --no-startup-id "nitrogen --restore"
|
||||||
@@ -65,6 +66,7 @@ bindsym $mod+Shift+q kill
|
|||||||
|
|
||||||
# Terminal
|
# Terminal
|
||||||
bindsym $mod+Return exec --no-startup-id alacritty
|
bindsym $mod+Return exec --no-startup-id alacritty
|
||||||
|
bindsym $mod+Shift+Return exec --no-startup-id st
|
||||||
|
|
||||||
# System Monitor
|
# System Monitor
|
||||||
bindsym Control+Shift+Escape exec --no-startup-id "alacritty -e sh -c 'htop'"
|
bindsym Control+Shift+Escape exec --no-startup-id "alacritty -e sh -c 'htop'"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
h45_theme.rasi##class.red
|
h45_theme.rasi##class.blue
|
||||||
@@ -114,4 +114,24 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
#bindkey "^[[A" history-beginning-search-backward
|
#bindkey "^[[A" history-beginning-search-backward
|
||||||
#bindkey "^[[B" history-beginning-search-forward
|
#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
|
. ~/.extrarc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user