test
This commit is contained in:
@@ -173,10 +173,10 @@ bind = $mainMod, Return, exec, vesktop --enable-features=UseOzonePlatform --ozon
|
|||||||
bind = $mainMod CTRL, Return, exec, firefox https://discord.com/app
|
bind = $mainMod CTRL, Return, exec, firefox https://discord.com/app
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, A, movefocus, l
|
bind = $mainMod, H, movefocus, l
|
||||||
bind = $mainMod, D, movefocus, r
|
bind = $mainMod, L, movefocus, r
|
||||||
bind = $mainMod, W, movefocus, u
|
bind = $mainMod, J, movefocus, u
|
||||||
bind = $mainMod, S, movefocus, d
|
bind = $mainMod, K, movefocus, d
|
||||||
# Switch workspaces with mainMod + [0-9]
|
# Switch workspaces with mainMod + [0-9]
|
||||||
bind = $mainMod, 1, workspace, 1
|
bind = $mainMod, 1, workspace, 1
|
||||||
bind = $mainMod, 2, workspace, 2
|
bind = $mainMod, 2, workspace, 2
|
||||||
@@ -211,10 +211,10 @@ bind = $mainMod, left, workspace, e-1
|
|||||||
|
|
||||||
#switch network connections
|
#switch network connections
|
||||||
bind = CTRL SHIFT, Escape, exec, nmcli device down wlo1
|
bind = CTRL SHIFT, Escape, exec, nmcli device down wlo1
|
||||||
bind = CTRL SHIFT, 0, exec, nmcli device down wlo1; nmcli connection up Hotspot
|
bind = CTRL SHIFT, 0, exec, nmcli connection up Hotspot
|
||||||
bind = CTRL SHIFT, 1, exec, nmcli device wifi connect EagleNet password ~?C##@ZiH
|
bind = CTRL SHIFT, 1, exec, nmcli connection up EagleNet
|
||||||
bind = CTRL SHIFT, 2, exec, nmcli device down wlo1; nmcli device wifi connect CXNK00813829 password a8d859c8cfb420ab
|
bind = CTRL SHIFT, 2, exec, nmcli connection up CXNK00813829
|
||||||
bind = CTRL SHIFT, 3, exec, nmcli device down wlo1; nmcli device wifi connect ATT9MhT2ql password 325qxr89u?3t
|
bind = CTRL SHIFT, 3, exec, nmcli connection up ATT9MhT2ql
|
||||||
|
|
||||||
#brightness keys
|
#brightness keys
|
||||||
bind = , XF86MonBrightnessUp, exec, brightnessctl set +10%
|
bind = , XF86MonBrightnessUp, exec, brightnessctl set +10%
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
[scratchpads.free]
|
[scratchpads.free]
|
||||||
animation = "fromBottom"
|
animation = "fromBottom"
|
||||||
command = "kitty --class scratchpad"
|
command = "kitty --class scratchpad -e tmux"
|
||||||
class = "scratchpad"
|
class = "scratchpad"
|
||||||
lazy = false
|
lazy = false
|
||||||
margin = 100
|
margin = 100
|
||||||
|
|||||||
@@ -214,10 +214,10 @@
|
|||||||
faster-whisper = true;
|
faster-whisper = true;
|
||||||
};
|
};
|
||||||
rustdesk.enable = false; #broken
|
rustdesk.enable = false; #broken
|
||||||
pihole.enable = false; #broken
|
pihole.enable = true; #broken
|
||||||
code-server.enable = false;
|
code-server.enable = false;
|
||||||
novnc.enable = true;
|
novnc.enable = true;
|
||||||
minecraft.enable = true; #wont connect
|
minecraft.enable = true;
|
||||||
|
|
||||||
sandbox.enable = false;
|
sandbox.enable = false;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -91,7 +91,6 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
#networking.nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
|
||||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
|||||||
Reference in New Issue
Block a user