i3: Amélioration de l'environnement de bureau avec:
* ajout d'Hamsket au bon bureau * Arrêt de l'utilisation de hamster-indicator * corrections mineures dans .tmux pour incompatibilité
This commit is contained in:
parent
03a2f6cafd
commit
9b0160cc0a
@ -165,7 +165,7 @@ bindsym $mod+r mode "resize"
|
|||||||
assign [class="jetbrains-idea|Code"] 1
|
assign [class="jetbrains-idea|Code"] 1
|
||||||
assign [class="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] 2
|
assign [class="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] 2
|
||||||
assign [class="Thunderbird|Mail|jetbrains-phpstorm"] 3
|
assign [class="Thunderbird|Mail|jetbrains-phpstorm"] 3
|
||||||
assign [class="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino"] 4
|
assign [class="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino|Hamsket"] 4
|
||||||
|
|
||||||
##### STATUS BAR
|
##### STATUS BAR
|
||||||
|
|
||||||
@ -240,7 +240,7 @@ smart_gaps on
|
|||||||
exec_always --no-startup-id "kill -9 `ps aux | grep random_wallpaper |grep -v 'grep'| awk '{print $2}'`; random_wallpaper &"
|
exec_always --no-startup-id "kill -9 `ps aux | grep random_wallpaper |grep -v 'grep'| awk '{print $2}'`; random_wallpaper &"
|
||||||
|
|
||||||
# Hasmter indicator
|
# Hasmter indicator
|
||||||
exec --no-startup-id hamster
|
#exec --no-startup-id hamster
|
||||||
|
|
||||||
# Clipit : Presse-papiers pour le bureau
|
# Clipit : Presse-papiers pour le bureau
|
||||||
exec --no-startup-id clipit
|
exec --no-startup-id clipit
|
||||||
|
@ -85,6 +85,6 @@ set -g status-left-length 30
|
|||||||
|
|
||||||
# Activer mon layout par defaut
|
# Activer mon layout par defaut
|
||||||
#new -s projets -n dev
|
#new -s projets -n dev
|
||||||
#splitw -v -p 50 -t dev
|
#splitw -v -p '50' -t dev
|
||||||
#neww -n autre
|
#neww -n autre
|
||||||
#selectw -t dev
|
#selectw -t dev
|
||||||
|
Loading…
Reference in New Issue
Block a user