update config on laptop

This commit is contained in:
2024-01-29 13:57:44 -05:00
parent 8b55b95b0c
commit 8a2a6bc5e9
3 changed files with 7 additions and 6 deletions
+4 -3
View File
@@ -1,6 +1,7 @@
exec --no-startup-id "xrandr --output eDP-1 --primary --scale .7" #exec --no-startup-id "xrandr --output eDP-1 --primary --scale .7"
exec --no-startup-id discord exec --no-startup-id "xrandr --output eDP-1 --primary"
exec --no-startup-id signal-desktop #exec --no-startup-id discord
#exec --no-startup-id signal-desktop
exec --no-startup-id nextcloud exec --no-startup-id nextcloud
exec --no-startup-id $HOME/.config/i3/i3-restore/i3-restore exec --no-startup-id $HOME/.config/i3/i3-restore/i3-restore
exec --no-startup-id libinput-gestures-setup start exec --no-startup-id libinput-gestures-setup start
+2 -2
View File
@@ -75,10 +75,10 @@
# gesture swipe down xdotool key super+Page_Up # gesture swipe down xdotool key super+Page_Up
# Browser go forward (works only for Xorg, and Xwayland clients) # Browser go forward (works only for Xorg, and Xwayland clients)
#gesture swipe left xdotool key alt+Right gesture swipe left 2 xdotool key alt+Right
# Browser go back (works only for Xorg, and Xwayland clients) # Browser go back (works only for Xorg, and Xwayland clients)
#gesture swipe right xdotool key alt+Left gesture swipe right 2 xdotool key alt+Left
# Open new browser tag ("hold on" available since libinput 1.19) # Open new browser tag ("hold on" available since libinput 1.19)
# gesture hold on 4 xdotool key control+t # gesture hold on 4 xdotool key control+t
+1 -1
View File
@@ -3,7 +3,7 @@
DMEDITOR="alacritty -e nvim" DMEDITOR="alacritty -e nvim"
declare -a options=( declare -a options=(
"alacritty - $HOME/.config/alacritty/alacritty.yml" "alacritty - $HOME/.config/alacritty/alacritty.toml"
"aliases - $HOME/.aliases" "aliases - $HOME/.aliases"
"ansible inventory - $HOME/projects/ansible/inventory.yml" "ansible inventory - $HOME/projects/ansible/inventory.yml"
"ansible playbooks - $HOME/projects/ansible/playbooks/" "ansible playbooks - $HOME/projects/ansible/playbooks/"