fixed i3
This commit is contained in:
@@ -58,3 +58,14 @@ bindsym $mod+Shift+p move container to workspace number 10
|
|||||||
|
|
||||||
# Logout menu
|
# Logout menu
|
||||||
bindsym $mod+Shift+a exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
|
bindsym $mod+Shift+a exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
|
||||||
|
|
||||||
|
# Reload
|
||||||
|
bindsym $mod+Shift+r reload
|
||||||
|
|
||||||
|
# Drag windows with titlebar
|
||||||
|
tiling_drag modifier titlebar
|
||||||
|
|
||||||
|
# Bar
|
||||||
|
bar {
|
||||||
|
status_command i3status
|
||||||
|
}
|
||||||
|
|||||||
@@ -20,11 +20,18 @@
|
|||||||
windowManager.i3 = {
|
windowManager.i3 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = self'.packages.i3;
|
package = self'.packages.i3;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs;
|
||||||
dmenu
|
[
|
||||||
i3status
|
dmenu
|
||||||
xinit
|
i3status
|
||||||
];
|
xinit
|
||||||
|
xrandr
|
||||||
|
firefox
|
||||||
|
]
|
||||||
|
++ (with self'.packages; [
|
||||||
|
kitty
|
||||||
|
nemo
|
||||||
|
]);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user