Compare commits
No commits in common. "059cfef98a6246c260e579867ce17529a099fb85" and "f6105ac717e7200233b6341db38ea72b62df1938" have entirely different histories.
059cfef98a
...
f6105ac717
@ -34,11 +34,6 @@
|
|||||||
device = "enp5s0";
|
device = "enp5s0";
|
||||||
interval = 2;
|
interval = 2;
|
||||||
}
|
}
|
||||||
{
|
|
||||||
block = "net";
|
|
||||||
device = "enp7s0f3u1u1";
|
|
||||||
interval = 2;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
block = "net";
|
block = "net";
|
||||||
device = "eno1";
|
device = "eno1";
|
||||||
|
@ -48,8 +48,8 @@ in {
|
|||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
output = {
|
output = {
|
||||||
eDP-1 = {
|
eDP-1 = {
|
||||||
/*
|
|
||||||
bg = "~/pic/wallpaper stretch";
|
bg = "~/pic/wallpaper stretch";
|
||||||
|
/*
|
||||||
scale = "1.4";
|
scale = "1.4";
|
||||||
*/
|
*/
|
||||||
};
|
};
|
||||||
@ -80,7 +80,7 @@ in {
|
|||||||
keybindings = {
|
keybindings = {
|
||||||
"Alt+Shift+q" = "kill";
|
"Alt+Shift+q" = "kill";
|
||||||
"Alt+Shift+Return" = "exec ${term}";
|
"Alt+Shift+Return" = "exec ${term}";
|
||||||
"Alt+p" = "exec ${pkgs.bemenu}/bin/bemenu-run";
|
"Alt+p" = "exec ${pkgs.dmenu-wayland}/bin/dmenu-wl_run -fn \"mono 14\"";
|
||||||
"Alt+c" = "exec ${pkgs.moreutils}/bin/lckdo cliphist_sway ${cliphist_sway}/bin/cliphist_sway";
|
"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";
|
"Print" = "exec ${pkgs.moreutils}/bin/lckdo screenshot_clip ${screenshot_clip}/bin/screenshot_clip";
|
||||||
|
|
||||||
@ -120,8 +120,6 @@ in {
|
|||||||
"Alt+slash" = "exec ${pkgs.moreutils}/bin/lckdo swaysw ${swaysw}/bin/swaysw";
|
"Alt+slash" = "exec ${pkgs.moreutils}/bin/lckdo swaysw ${swaysw}/bin/swaysw";
|
||||||
"Alt+Escape" = "workspace back_and_forth";
|
"Alt+Escape" = "workspace back_and_forth";
|
||||||
"Alt+f" = "fullscreen enable";
|
"Alt+f" = "fullscreen enable";
|
||||||
"Alt+bracketright" = "focus output right";
|
|
||||||
"Alt+bracketleft" = "focus output left";
|
|
||||||
|
|
||||||
"Mod4+l" = ''
|
"Mod4+l" = ''
|
||||||
exec ${pkgs.sway}/bin/swaymsg [app_id="python3"] scratchpad show || exec ${term} -a python3 ${pkgs.python3}/bin/python3'';
|
exec ${pkgs.sway}/bin/swaymsg [app_id="python3"] scratchpad show || exec ${term} -a python3 ${pkgs.python3}/bin/python3'';
|
||||||
|
Loading…
Reference in New Issue
Block a user