clean 🫠
This commit is contained in:
parent
d3435e53a4
commit
d16174b447
9565 changed files with 0 additions and 1315422 deletions
|
@ -1,55 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Kill compositor :
|
||||
#killall -9 xcompmgr dunst picom dwmbar
|
||||
|
||||
# Screen With Xrandr:
|
||||
#xrandr --output eDP-1 --mode 1366x768 --pos 0x132 --rotate normal --output HDMI-1 --primary --mode 1600x900 --pos 1366x0 --rotate normal &
|
||||
xrandr --output eDP-1 --mode 1366x768 --pos 1600x132 --rotate normal --output HDMI-1 --primary --mode 1600x900 --pos 0x0 --rotate normal &
|
||||
|
||||
# Num Lock :
|
||||
#numlockx &
|
||||
|
||||
# Keybindings :
|
||||
#sxhkd &
|
||||
|
||||
# conky
|
||||
#conky -c .config/conky/otis-forest.conkyrc\
|
||||
|
||||
# Applets :
|
||||
#nm-applet &
|
||||
#blueman-applet &
|
||||
#volumeicon &
|
||||
#xfce4-power-manager &
|
||||
|
||||
# Polkit :
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
|
||||
# Keybord auto-repeat :
|
||||
xset r rate 300 50 &
|
||||
|
||||
# Keybord Layout :
|
||||
#setxkbmap -layout fr,dz -variant ,ar -option grp:alt_shift_toggle &
|
||||
|
||||
# Wallpaper :
|
||||
#nitrogen --restore &
|
||||
|
||||
# Clipordmanager :
|
||||
clipmenud &
|
||||
|
||||
# Status :
|
||||
#~/.local/bin/statusbar/dwmbar &
|
||||
#~/.local/bin/statusbar/dwmbar-emoji &
|
||||
#~/.local/bin/statusbar/dwmbar-colored &
|
||||
#~/.local/bin/statusbar/simplebar &
|
||||
#dwmblocks
|
||||
|
||||
|
||||
# Compositor && Notification :
|
||||
#autostart="picom"
|
||||
#for program in $autostart; do
|
||||
# pidof -s "$program" || setsid -f "$program"
|
||||
#done >/dev/null 2>&1
|
||||
|
||||
# Artix :
|
||||
#exec dbus-launch --exit-with-session --sh-syntax dwm
|
Loading…
Add table
Add a link
Reference in a new issue