FIX : i3config add icon and title to workspace 4 and 5
FIX : gpg : delete unusable lorri line FIX : package list : remove yadm
This commit is contained in:
parent
7768a9eaba
commit
eaab9ce7b6
|
@ -11,6 +11,8 @@ set $gray2 #333333
|
|||
set $ws1 "1: console"
|
||||
set $ws2 "2: office"
|
||||
set $ws3 "3: web"
|
||||
set $ws4 "4: mails"
|
||||
set $ws5 "5: diary"
|
||||
|
||||
# Couleur des fenetres avec et sans focus
|
||||
client.focused $gray1 $gray1 #FFFFFF #333333
|
||||
|
@ -74,8 +76,8 @@ bindsym $mod+f fullscreen
|
|||
bindsym $mod+ampersand workspace $ws1
|
||||
bindsym $mod+eacute workspace $ws2
|
||||
bindsym $mod+quotedbl workspace $ws3
|
||||
bindsym $mod+apostrophe workspace 4
|
||||
bindsym $mod+parenleft workspace 5
|
||||
bindsym $mod+apostrophe workspace $ws4
|
||||
bindsym $mod+parenleft workspace $ws5
|
||||
bindsym $mod+minus workspace 6
|
||||
bindsym $mod+egrave workspace 7
|
||||
bindsym $mod+underscore workspace 8
|
||||
|
@ -86,8 +88,8 @@ bindsym $mod+agrave workspace 10
|
|||
bindsym $mod+Shift+1 move container to workspace $ws1
|
||||
bindsym $mod+Shift+2 move container to workspace $ws2
|
||||
bindsym $mod+Shift+3 move container to workspace $ws3
|
||||
bindsym $mod+Shift+4 move container to workspace 4
|
||||
bindsym $mod+Shift+5 move container to workspace 5
|
||||
bindsym $mod+Shift+4 move container to workspace $ws4
|
||||
bindsym $mod+Shift+5 move container to workspace $ws5
|
||||
bindsym $mod+Shift+6 move container to workspace 6
|
||||
bindsym $mod+Shift+7 move container to workspace 7
|
||||
bindsym $mod+Shift+8 move container to workspace 8
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
pinentry-curses
|
||||
];
|
||||
services = {
|
||||
# lorri.enable = true;
|
||||
gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
audio-recorder
|
||||
starship
|
||||
poppler_utils
|
||||
yadm
|
||||
pandoc
|
||||
hugo
|
||||
whois
|
||||
|
@ -35,5 +34,6 @@
|
|||
i3blocks
|
||||
acpi
|
||||
cpufrequtils
|
||||
xclip
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue