Skip to content

Commit

Permalink
use the shim in config
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <lucas59356@gmail.com>
  • Loading branch information
lucasew committed Jan 14, 2025
1 parent 7ba2e66 commit 561714c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion nix/nodes/gui-common/gui-variants/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
swaylock
config.programs.hyprland.package
playerctl
kitty
];
restartIfChanged = true;
script =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ $mainMod = SUPER


# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, RETURN, exec, kitty
bind = $mainMod, RETURN, exec, sdw, shim, terminal
bind = $mainMod SHIFT, Q, killactive,
# bind = $mainMod, M, exit,
bind = $mainMod SHIFT, F, togglefloating,
Expand Down
3 changes: 1 addition & 2 deletions nix/nodes/gui-common/gui-variants/i3/i3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ in
environment.systemPackages = [
lockerSpace
custom_rofi
pkgs.kitty
];
services.xserver.displayManager.lightdm = {
greeters.enso = {
Expand Down Expand Up @@ -186,7 +185,7 @@ in
bindsym $mod+Left focus left
bindsym $mod+Right focus right
bindsym $mod+a focus parent
bindsym $mod+Return exec kitty
bindsym $mod+Return exec sdw shim terminal
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Left move left
Expand Down

0 comments on commit 561714c

Please sign in to comment.