added obs on joe, use super hjkl for more things
This commit is contained in:
parent
ad781a2385
commit
afdc4776ff
2 changed files with 20 additions and 1 deletions
8
users/josh/by_hosts/joe/home_manager/obs.nix
Normal file
8
users/josh/by_hosts/joe/home_manager/obs.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
@ -68,15 +68,26 @@ with lib.hm.gvariant;
|
|||
switch-to-workspace-2 = [ "<Super>2" ];
|
||||
switch-to-workspace-3 = [ "<Super>3" ];
|
||||
switch-to-workspace-4 = [ "<Super>4" ];
|
||||
switch-to-workspace-down = [ "" ];
|
||||
switch-to-workspace-last = [ "" ];
|
||||
switch-to-workspace-down = [ "<Super>j" ];
|
||||
switch-to-workspace-up = [ "<Super>k" ];
|
||||
switch-to-workspace-left = [ "<Super>h" ];
|
||||
switch-to-workspace-right = [ "<Super>l" ];
|
||||
move-to-monitor-down = [ "<Control><Super><Shift>j" ];
|
||||
move-to-monitor-up = [ "<Control><Super><Shift>k" ];
|
||||
move-to-monitor-left = [ "<Control><Super><Shift>h" ];
|
||||
move-to-monitor-right = [ "<Control><Super><Shift>l" ];
|
||||
unmaximize = [ "<Super><Shift>j" ];
|
||||
maximize = [ "<Super><Shift>k" ];
|
||||
};
|
||||
"org/gnome/mutter" = {
|
||||
edge-tiling = true;
|
||||
workspaces-only-on-primary = true;
|
||||
};
|
||||
"org/gnome/mutter/keybindings" = {
|
||||
toggle-tiled-right = ["<Super><Shift>l"];
|
||||
toggle-tiled-left = ["<Super><Shift>h"];
|
||||
};
|
||||
"org/gnome/settings-daemon/plugins/power" = {
|
||||
power-button-action = "nothing";
|
||||
sleep-inactive-ac-type = "nothing";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue