changes... again

This commit is contained in:
Harri Lahtinen 2019-09-01 23:02:45 +03:00
parent 2b702b4749
commit af956ff819
5 changed files with 13 additions and 7 deletions

View File

@ -84,7 +84,8 @@ force-window=immediate
# video outputs, but should work well with default settings on most systems.
# If performance or energy usage is an issue, forcing the vdpau or vaapi VOs
# may or may not help.
hwdec=auto
# hwdec=auto
hwdec=vaapi
##################
# audio settings #

View File

@ -370,6 +370,6 @@ bindsym XF86MonBrightnessDown exec --no-startup-id light -U 5
bindsym XF86MonBrightnessUp exec --no-startup-id light -A 5
bindsym XF86AudioMedia exec $music
bindsym XF86Display exec --no-startup-id arandr
bindsym XF86KbdBrightnessDown exec --no-startup-id exec xbacklight -dec 10
bindsym XF86KbdBrightnessUp exec --no-startup-id exec xbacklight -inc 10
bindsym XF86KbdBrightnessDown exec --no-startup-id light -U 5
bindsym XF86KbdBrightnessUp exec --no-startup-id light -A 5
bindsym XF86WLAN exec --no-startup-id sudo systemctl restart NetworkManager

View File

@ -58,10 +58,12 @@ set-option -g set-titles on
#set-option -g set-titles-string '#H:#S.#I.#P #W #T'
#set-option -g status-justify centre
#set -g status-right '#{prefix_highlight} | %a %Y-%m-%d %H:%M'
###########################################################################
#Tmuxline
###########################################################################
###########################################################################
#Choose-tree
###########################################################################
bind-key W choose-tree -Zw "swap-window -t '%%'"
bind-key P choose-tree -Zw "swap-pane -t '%%'"
############################################################################
# Unbindings
############################################################################

View File

@ -14,7 +14,7 @@ alias wspeedu="speedometer -tx wlp11s0"
alias edis='expressvpn disconnect'
alias aws1='ssh ubuntu@ec2-18-196-102-236.eu-central-1.compute.amazonaws.com'
alias gcp='gcloud compute ssh instance-1'
alias blist='borg list ssh://borg@docker1.home.hartzan.com:2222/backup/arch'
alias blist='borg list ssh://borg@alpine0.home.hartzan.com:2222/backup/xps'
alias contabo='ssh hate@164.68.120.85'
#Check the weather:

View File

@ -19,3 +19,6 @@ export FZF_DEFAULT_COMMAND='fd --type f --hidden'
# Compilation flags
export ARCHFLAGS="-arch x86_64"
# Borg SSH
export BORG_RSH='ssh -i /home/hate/.ssh/id_ed25519'