20241108-2
This commit is contained in:
parent
1028c62c0b
commit
26d79efc29
1 changed files with 57 additions and 0 deletions
57
linux/.config/i3/autostart.sh
Executable file
57
linux/.config/i3/autostart.sh
Executable file
|
@ -0,0 +1,57 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Disable Xorg screensaver
|
||||
xset -dpms &
|
||||
xset s off &
|
||||
|
||||
# Disable beeper
|
||||
xset -b &
|
||||
|
||||
# merge Xresources
|
||||
xrdb -merge ~/.Xresources &
|
||||
|
||||
# xrandr settings
|
||||
~/scripts/bin/setup_displays
|
||||
|
||||
# PolicyKit Authentication Agent - Gnome
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
|
||||
# Notifications
|
||||
dunst &
|
||||
|
||||
# vpn
|
||||
mullvad-vpn &
|
||||
|
||||
# logi settings
|
||||
solaar --window=hide &
|
||||
|
||||
# caffeine
|
||||
caffeine start &
|
||||
|
||||
# mega cloud
|
||||
megasync &
|
||||
|
||||
# compositor
|
||||
picom --config ~/.picom.conf &
|
||||
|
||||
# NetworkManager applet
|
||||
nm-applet &
|
||||
|
||||
# bar
|
||||
~/.config/polybar/launch.sh &
|
||||
|
||||
# wallpapers
|
||||
nitrogen --restore &
|
||||
|
||||
# keyboard layout switcher
|
||||
setxkbmap -layout us,ru -option 'grp:alt_space_toggle'
|
||||
|
||||
# lockscreen
|
||||
xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||
|
||||
# archive commands
|
||||
# xinput --set-prop "pointer:Logitech MX Ergo Multi-Device Trackball " 'libinput Accel Speed' -0.2
|
||||
# xbacklight -set 90 & # only for intel
|
||||
# blueman-applet &
|
||||
# ~/.dropbox-dist/dropboxd &
|
||||
# xfce4-power-manager &
|
Loading…
Add table
Reference in a new issue