Compare commits

..

2 commits

Author SHA1 Message Date
Antoine Martin 0f08890ac1 home: fish: quiet docking script 2021-11-02 15:20:55 +01:00
Antoine Martin 85f2bd9ea1 flake.lock: Update
Flake lock file changes:

• Updated input 'emacs-overlay':
    'github:nix-community/emacs-overlay/8f1fe25dcf689f0e62063f9d8b56d436cb27a519' (2021-10-25)
  → 'github:nix-community/emacs-overlay/8a408af9df1cd99b7f198136edc229071c1389d3' (2021-11-02)
• Updated input 'home-manager':
    'github:nix-community/home-manager/da8a78eec9f7adb57f9e961d1da64805efacff37' (2021-10-25)
  → 'github:nix-community/home-manager/288faaa5a65e72e37e6027024829b15c8bb69286' (2021-11-02)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/34ad3ffe08adfca17fcb4e4a47bb5f3b113687be' (2021-10-21)
  → 'github:NixOS/nixpkgs/b165ce0c4efbb74246714b5c66b6bcdce8cde175' (2021-11-01)
• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/38d21595b8fb0a744aa31c5794013bf42cf98fa9' (2021-10-25)
  → 'github:NixOS/nixpkgs/94d91a448b87a70204485bd768977c07575911e8' (2021-11-02)
2021-11-02 15:06:06 +01:00
2 changed files with 18 additions and 18 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"emacs-overlay": { "emacs-overlay": {
"locked": { "locked": {
"lastModified": 1635154104, "lastModified": 1635849715,
"narHash": "sha256-Ptu8u4Lfh80EwQX7vvlJtqUfFP9iYomzq8q5zvCBYnI=", "narHash": "sha256-gHbdX7nJOGZ9lZU9EwSPMh3hj7ojO8dlo8VyDH0Hpa0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "8f1fe25dcf689f0e62063f9d8b56d436cb27a519", "rev": "8a408af9df1cd99b7f198136edc229071c1389d3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,11 +39,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1635123562, "lastModified": 1635839387,
"narHash": "sha256-kYuwQqHXDYxy5ijpm8SvCoPNx0br1TpoWeTIOEwOYvA=", "narHash": "sha256-2B6DqfTiwY5w2TljC4+AxEUuVYMTP5Fo2h5iGNIONvk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "da8a78eec9f7adb57f9e961d1da64805efacff37", "rev": "288faaa5a65e72e37e6027024829b15c8bb69286",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -71,11 +71,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1634782485, "lastModified": 1635792138,
"narHash": "sha256-psfh4OQSokGXG0lpq3zKFbhOo3QfoeudRcaUnwMRkQo=", "narHash": "sha256-D79GqaYrwgyM4wvOPbQeKveAHROnVh97F36iSGZO9uA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "34ad3ffe08adfca17fcb4e4a47bb5f3b113687be", "rev": "b165ce0c4efbb74246714b5c66b6bcdce8cde175",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -87,11 +87,11 @@
}, },
"nixpkgs-unstable-small": { "nixpkgs-unstable-small": {
"locked": { "locked": {
"lastModified": 1635141467, "lastModified": 1635835164,
"narHash": "sha256-H+TVE6tBSm4nAepm7HRfW7AcrndI5e4+TJwCQo4/z+s=", "narHash": "sha256-E8MI6D+uX5O7MJwfEa+MZb7L9tonbbn4VZDkqkLZeQc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "38d21595b8fb0a744aa31c5794013bf42cf98fa9", "rev": "94d91a448b87a70204485bd768977c07575911e8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -9,11 +9,11 @@ function dock
--output DP-2 --off \ --output DP-2 --off \
--output HDMI-2 --off --output HDMI-2 --off
i3-msg '[workspace="1"]' move workspace to output DP-1-1 i3-msg -q '[workspace="1"]' move workspace to output DP-1-1 2>/dev/null
i3-msg '[workspace="2"]' move workspace to output DP-1-1 i3-msg -q '[workspace="2"]' move workspace to output DP-1-1 2>/dev/null
i3-msg '[workspace="3"]' move workspace to output DP-1-1 i3-msg -q '[workspace="3"]' move workspace to output DP-1-1 2>/dev/null
i3-msg '[workspace="4"]' move workspace to output DP-1-1 i3-msg -q '[workspace="4"]' move workspace to output DP-1-1 2>/dev/null
i3-msg '[workspace="9"]' move workspace to output DP-1-1 i3-msg -q '[workspace="9"]' move workspace to output DP-1-1 2>/dev/null
i3-msg '[workspace="10"]' move workspace to output eDP-1 i3-msg -q '[workspace="10"]' move workspace to output eDP-1 2>/dev/null
end end