diff --git a/DELL/nixpkgs/configs/i3config b/DELL/nixpkgs/configs/i3config index f0cf354..07c52d7 100644 --- a/DELL/nixpkgs/configs/i3config +++ b/DELL/nixpkgs/configs/i3config @@ -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 diff --git a/DELL/nixpkgs/gnupg.nix b/DELL/nixpkgs/gnupg.nix index 7af5dcb..2670a45 100644 --- a/DELL/nixpkgs/gnupg.nix +++ b/DELL/nixpkgs/gnupg.nix @@ -5,7 +5,6 @@ pinentry-curses ]; services = { - # lorri.enable = true; gpg-agent = { enable = true; enableSshSupport = true; diff --git a/DELL/nixpkgs/packages.nix b/DELL/nixpkgs/packages.nix index 168c654..c79a2cf 100644 --- a/DELL/nixpkgs/packages.nix +++ b/DELL/nixpkgs/packages.nix @@ -25,7 +25,6 @@ audio-recorder starship poppler_utils - yadm pandoc hugo whois @@ -35,5 +34,6 @@ i3blocks acpi cpufrequtils + xclip ]; }