init htz
This commit is contained in:
parent
d12c6ef0f3
commit
441d9785c9
12 changed files with 744 additions and 40 deletions
|
|
@ -28,8 +28,8 @@
|
|||
style = "Block";
|
||||
unfocused_hollow = true;
|
||||
};
|
||||
draw_bold_text_with_bright_colors = true;
|
||||
colors = {
|
||||
draw_bold_text_with_bright_colors = true;
|
||||
primary = {
|
||||
background = "#090410";
|
||||
foreground = "#bababd";
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
cursor = "#00CC22";
|
||||
};
|
||||
};
|
||||
key_bindings = [
|
||||
keyboard.bindings = [
|
||||
{
|
||||
key = "Q";
|
||||
mode = "Vi";
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
autotiling-rs
|
||||
gammastep
|
||||
sway-contrib.grimshot
|
||||
jq
|
||||
];
|
||||
home.sessionVariables = {
|
||||
# needed for Sway and Firefox to play nice
|
||||
|
|
@ -122,6 +123,7 @@
|
|||
"type:touchpad" = {
|
||||
natural_scroll = "enabled";
|
||||
accel_profile = "flat";
|
||||
pointer_accel = "0.4";
|
||||
tap = "enabled";
|
||||
tap_button_map = "lrm";
|
||||
dwt = "enabled";
|
||||
|
|
@ -137,6 +139,10 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
bindswitch --reload --locked lid:on exec "[ $(swaymsg -t get_outputs | jq '. | length') -gt 1 ] && swaymsg output eDP-1 disable"
|
||||
bindswitch --reload --locked lid:off output eDP-1 enable
|
||||
'';
|
||||
};
|
||||
programs.i3status = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
discord
|
||||
|
||||
# apps
|
||||
framesh
|
||||
chromium
|
||||
|
||||
# font
|
||||
|
|
@ -33,12 +32,12 @@
|
|||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"racknerd.10110110.xyz" = {
|
||||
hostname = "contabo.10110110.xyz";
|
||||
"racknerd" = {
|
||||
hostname = "racknerd.10110110.xyz";
|
||||
identityFile = "/home/e/.ssh/racknerd";
|
||||
};
|
||||
"contabo.10110110.xyz" = {
|
||||
hostname = "contabo.10110110.xyz";
|
||||
"htz" = {
|
||||
hostname = "htz.10110110.xyz";
|
||||
identityFile = "/home/e/.ssh/id_ed25519";
|
||||
};
|
||||
"consensus" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue