Add i3 movement scripts
This commit is contained in:
@@ -3,6 +3,17 @@
|
||||
let
|
||||
mod = "Mod4";
|
||||
in {
|
||||
|
||||
home.file = {
|
||||
"bin/scripts/goup" = {
|
||||
source = ./goup;
|
||||
executable = true;
|
||||
};
|
||||
"bin/scripts/godown" = {
|
||||
source = ./godown;
|
||||
executable = true;
|
||||
};
|
||||
};
|
||||
xsession = {
|
||||
enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user