changes... again
This commit is contained in:
parent
2b702b4749
commit
af956ff819
|
|
@ -84,7 +84,8 @@ force-window=immediate
|
||||||
# video outputs, but should work well with default settings on most systems.
|
# 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
|
# If performance or energy usage is an issue, forcing the vdpau or vaapi VOs
|
||||||
# may or may not help.
|
# may or may not help.
|
||||||
hwdec=auto
|
# hwdec=auto
|
||||||
|
hwdec=vaapi
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# audio settings #
|
# audio settings #
|
||||||
|
|
|
||||||
|
|
@ -370,6 +370,6 @@ bindsym XF86MonBrightnessDown exec --no-startup-id light -U 5
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id light -A 5
|
bindsym XF86MonBrightnessUp exec --no-startup-id light -A 5
|
||||||
bindsym XF86AudioMedia exec $music
|
bindsym XF86AudioMedia exec $music
|
||||||
bindsym XF86Display exec --no-startup-id arandr
|
bindsym XF86Display exec --no-startup-id arandr
|
||||||
bindsym XF86KbdBrightnessDown exec --no-startup-id exec xbacklight -dec 10
|
bindsym XF86KbdBrightnessDown exec --no-startup-id light -U 5
|
||||||
bindsym XF86KbdBrightnessUp exec --no-startup-id exec xbacklight -inc 10
|
bindsym XF86KbdBrightnessUp exec --no-startup-id light -A 5
|
||||||
bindsym XF86WLAN exec --no-startup-id sudo systemctl restart NetworkManager
|
bindsym XF86WLAN exec --no-startup-id sudo systemctl restart NetworkManager
|
||||||
|
|
|
||||||
|
|
@ -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 set-titles-string '#H:#S.#I.#P #W #T'
|
||||||
#set-option -g status-justify centre
|
#set-option -g status-justify centre
|
||||||
#set -g status-right '#{prefix_highlight} | %a %Y-%m-%d %H:%M'
|
#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
|
# Unbindings
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ alias wspeedu="speedometer -tx wlp11s0"
|
||||||
alias edis='expressvpn disconnect'
|
alias edis='expressvpn disconnect'
|
||||||
alias aws1='ssh ubuntu@ec2-18-196-102-236.eu-central-1.compute.amazonaws.com'
|
alias aws1='ssh ubuntu@ec2-18-196-102-236.eu-central-1.compute.amazonaws.com'
|
||||||
alias gcp='gcloud compute ssh instance-1'
|
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'
|
alias contabo='ssh hate@164.68.120.85'
|
||||||
|
|
||||||
#Check the weather:
|
#Check the weather:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue