Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Intellimouse - avvio automatico in kde [RISOLTO]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
makami
Guru
Guru


Joined: 10 Jul 2005
Posts: 321

PostPosted: Sun Jul 10, 2005 7:45 pm    Post subject: Intellimouse - avvio automatico in kde [RISOLTO] Reply with quote

Ciao a tutti !! primo post..

Ho installato qualche giorno fa una Gentoo 2005, devo dire che mi piace molto.. certo che venendo da Slackware un bel emerge world me lo sognavo :D

Cmq.. ho seguito questo post: https://forums.gentoo.org/viewtopic.php?t=98028&highlight=altl per configurare correttamente il mio IntellimouseExplorer (e già, è Microsoft lo so :( )

Consiglio:
dove posso inserire i comandi

Code:
 xmodmap -e "pointer = 1 2 3 6 7 4 5"


Code:
 imwheel -k -b "67"


per non doverli ridare ad ogni avvio? (uso kde)

PS: ottimo mini howto, il mouse funziona perfettamente

ciao ciao :wink:


Last edited by makami on Mon Jul 11, 2005 12:07 am; edited 4 times in total
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Sun Jul 10, 2005 8:12 pm    Post subject: Reply with quote

crea uno script (in bash ad esempio) e mettilo in:
~/.kde/Autostart/

assicurati che sia eseguibile:
Code:
chmod +x nome_script


e ad ogni avvio di kde verranno performati quei comandi...


ad esempio lo script potrebbe essere fatto cosi:
Code:
#!/bin/bash
exec xmodmap -e "pointer = 1 2 3 6 7 4 5" &
exec imwheel -k -b "67"

_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
makami
Guru
Guru


Joined: 10 Jul 2005
Posts: 321

PostPosted: Sun Jul 10, 2005 9:32 pm    Post subject: Reply with quote

Perfetto, grazie!!

bye :D

PS: ho aggiunto risolto al titolo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum