diff --git a/home/sway.nix b/home/sway.nix index c703c1d..99c31e0 100644 --- a/home/sway.nix +++ b/home/sway.nix @@ -48,8 +48,8 @@ in { modifier = "Mod4"; output = { eDP-1 = { - bg = "~/pic/wallpaper stretch"; /* + bg = "~/pic/wallpaper stretch"; scale = "1.4"; */ }; @@ -80,7 +80,7 @@ in { keybindings = { "Alt+Shift+q" = "kill"; "Alt+Shift+Return" = "exec ${term}"; - "Alt+p" = "exec ${pkgs.dmenu-wayland}/bin/dmenu-wl_run -fn \"mono 14\""; + "Alt+p" = "exec ${pkgs.bemenu}/bin/bemenu-run"; "Alt+c" = "exec ${pkgs.moreutils}/bin/lckdo cliphist_sway ${cliphist_sway}/bin/cliphist_sway"; "Print" = "exec ${pkgs.moreutils}/bin/lckdo screenshot_clip ${screenshot_clip}/bin/screenshot_clip"; @@ -120,6 +120,8 @@ in { "Alt+slash" = "exec ${pkgs.moreutils}/bin/lckdo swaysw ${swaysw}/bin/swaysw"; "Alt+Escape" = "workspace back_and_forth"; "Alt+f" = "fullscreen enable"; + "Alt+bracketright" = "focus output right"; + "Alt+bracketleft" = "focus output left"; "Mod4+l" = '' exec ${pkgs.sway}/bin/swaymsg [app_id="python3"] scratchpad show || exec ${term} -a python3 ${pkgs.python3}/bin/python3'';