added obs on joe, use super hjkl for more things

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-02 10:13:33 -05:00
parent ad781a2385
commit afdc4776ff
2 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
programs.obs-studio = {
enable = true;
};
}

View file

@ -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";