Skip to content

Commit

Permalink
Clean-up i3 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiyq Widianto committed Sep 19, 2020
1 parent ff77158 commit 65a483e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions users/window-managers/i3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
xsession.enable = true;
xsession.windowManager.i3 = rec {
enable = true;
# Also disables titlebars https://rycee.gitlab.io/home-manager/options.html#opt-xsession.windowManager.i3.config.window.titlebar
package = pkgs.i3-gaps;
config = {
terminal = "alacritty";
modifier = "Mod4";
menu = "rofi -show run";
# gaps.smartBorders = "on";
workspaceAutoBackAndForth = true;
# TODO: revisit and cleanup hotkeys
Expand Down

0 comments on commit 65a483e

Please sign in to comment.