deplacement de quelque program dans xinitrc création de wm pour fichier commun a awesome et i3
This commit is contained in:
parent
07753c7619
commit
d116b4a608
@ -7,8 +7,5 @@ function run {
|
||||
fi
|
||||
}
|
||||
|
||||
run compton -b
|
||||
run /usr/lib/polkit-kde-authentication-agent-1
|
||||
run xinput set-prop 13 291 1
|
||||
run xinput set-prop 13 283 1
|
||||
|
||||
run bash ~/script/autoxrandr
|
||||
|
@ -10,7 +10,7 @@
|
||||
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
|
||||
#force_xinerama yes
|
||||
##
|
||||
exec --no-startup-id bash ~/.config/i3/autoxrandr &
|
||||
exec --no-startup-id bash ~/script/autoxrandr &
|
||||
set $mod Mod4
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
@ -232,11 +232,7 @@ for_window [class="Gnome-calculator" instance="gnome-calculator" title="Calculat
|
||||
for_window [class="KeePass"] floating enable
|
||||
for_window [class="Docky"] floating enable
|
||||
for_window [title="cave a vin"] floating enable
|
||||
exec --no-startup-id numlockx
|
||||
#exec --no-startup-id urxvtd -q -o -f
|
||||
exec --no-startup-id compton -b
|
||||
exec --no-startup-id xinput set-prop 13 283 1
|
||||
exec --no-startup-id xinput set-prop 13 291 1
|
||||
# Dunst
|
||||
exec --no-startup-id dunst -config ~/.config/dunstrc
|
||||
#==============================================================================#
|
||||
|
@ -13,7 +13,11 @@ fi
|
||||
nvidia-settings --load-config-only &
|
||||
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
|
||||
export SSH_AUTH_SOCK
|
||||
|
||||
numlockx &
|
||||
compton -b &
|
||||
#config pad
|
||||
xinput set-prop 13 283 1 &
|
||||
xinput set-prop 13 291 1 &
|
||||
# exec dbus-launch i3
|
||||
case $1 in
|
||||
i3 ) exec dbus-launch i3;;
|
Loading…
Reference in New Issue
Block a user