Compare commits

..

No commits in common. "0f08890ac1490834bc553563552d791a5bff8c2f" and "fe49bf48d5c6b44b79fbae61953d62a41164e078" have entirely different histories.

2 changed files with 18 additions and 18 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"emacs-overlay": { "emacs-overlay": {
"locked": { "locked": {
"lastModified": 1635849715, "lastModified": 1635154104,
"narHash": "sha256-gHbdX7nJOGZ9lZU9EwSPMh3hj7ojO8dlo8VyDH0Hpa0=", "narHash": "sha256-Ptu8u4Lfh80EwQX7vvlJtqUfFP9iYomzq8q5zvCBYnI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "8a408af9df1cd99b7f198136edc229071c1389d3", "rev": "8f1fe25dcf689f0e62063f9d8b56d436cb27a519",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,11 +39,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1635839387, "lastModified": 1635123562,
"narHash": "sha256-2B6DqfTiwY5w2TljC4+AxEUuVYMTP5Fo2h5iGNIONvk=", "narHash": "sha256-kYuwQqHXDYxy5ijpm8SvCoPNx0br1TpoWeTIOEwOYvA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "288faaa5a65e72e37e6027024829b15c8bb69286", "rev": "da8a78eec9f7adb57f9e961d1da64805efacff37",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -71,11 +71,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1635792138, "lastModified": 1634782485,
"narHash": "sha256-D79GqaYrwgyM4wvOPbQeKveAHROnVh97F36iSGZO9uA=", "narHash": "sha256-psfh4OQSokGXG0lpq3zKFbhOo3QfoeudRcaUnwMRkQo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b165ce0c4efbb74246714b5c66b6bcdce8cde175", "rev": "34ad3ffe08adfca17fcb4e4a47bb5f3b113687be",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -87,11 +87,11 @@
}, },
"nixpkgs-unstable-small": { "nixpkgs-unstable-small": {
"locked": { "locked": {
"lastModified": 1635835164, "lastModified": 1635141467,
"narHash": "sha256-E8MI6D+uX5O7MJwfEa+MZb7L9tonbbn4VZDkqkLZeQc=", "narHash": "sha256-H+TVE6tBSm4nAepm7HRfW7AcrndI5e4+TJwCQo4/z+s=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "94d91a448b87a70204485bd768977c07575911e8", "rev": "38d21595b8fb0a744aa31c5794013bf42cf98fa9",
"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 -q '[workspace="1"]' move workspace to output DP-1-1 2>/dev/null i3-msg '[workspace="1"]' 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="2"]' 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="3"]' 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="4"]' 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="9"]' move workspace to output DP-1-1
i3-msg -q '[workspace="10"]' move workspace to output eDP-1 2>/dev/null i3-msg '[workspace="10"]' move workspace to output eDP-1
end end