update config on laptop
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
exec --no-startup-id "xrandr --output eDP-1 --primary --scale .7"
|
||||
exec --no-startup-id discord
|
||||
exec --no-startup-id signal-desktop
|
||||
#exec --no-startup-id "xrandr --output eDP-1 --primary --scale .7"
|
||||
exec --no-startup-id "xrandr --output eDP-1 --primary"
|
||||
#exec --no-startup-id discord
|
||||
#exec --no-startup-id signal-desktop
|
||||
exec --no-startup-id nextcloud
|
||||
exec --no-startup-id $HOME/.config/i3/i3-restore/i3-restore
|
||||
exec --no-startup-id libinput-gestures-setup start
|
||||
|
||||
@@ -75,10 +75,10 @@
|
||||
# gesture swipe down xdotool key super+Page_Up
|
||||
|
||||
# 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)
|
||||
#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)
|
||||
# gesture hold on 4 xdotool key control+t
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
DMEDITOR="alacritty -e nvim"
|
||||
|
||||
declare -a options=(
|
||||
"alacritty - $HOME/.config/alacritty/alacritty.yml"
|
||||
"alacritty - $HOME/.config/alacritty/alacritty.toml"
|
||||
"aliases - $HOME/.aliases"
|
||||
"ansible inventory - $HOME/projects/ansible/inventory.yml"
|
||||
"ansible playbooks - $HOME/projects/ansible/playbooks/"
|
||||
|
||||
Reference in New Issue
Block a user