Compare commits
No commits in common. "eaf7bb749204754151c25713c18eaef90fe0f660" and "6fa90af645c11925b0b9ef5425100b9c05bf651a" have entirely different histories.
eaf7bb7492
...
6fa90af645
|
|
@ -15,7 +15,6 @@ in {
|
||||||
];
|
];
|
||||||
fonts.fontconfig.enable = false;
|
fonts.fontconfig.enable = false;
|
||||||
gtk.gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
gtk.gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||||
xresources.path = "${config.xdg.configHome}/Xresources";
|
|
||||||
|
|
||||||
xdg.configFile.alacritty.source = mkln "alacritty";
|
xdg.configFile.alacritty.source = mkln "alacritty";
|
||||||
xdg.configFile.awesome.source = mkln "awesome";
|
xdg.configFile.awesome.source = mkln "awesome";
|
||||||
|
|
|
||||||
|
|
@ -147,13 +147,6 @@
|
||||||
<Action name="details"/>
|
<Action name="details"/>
|
||||||
<Separator name="separator_1"/>
|
<Separator name="separator_1"/>
|
||||||
<Action name="url_navigators"/>
|
<Action name="url_navigators"/>
|
||||||
<Separator name="separator_2"/>
|
|
||||||
<Action name="sort_by_text"/>
|
|
||||||
<Action name="sort_by_size"/>
|
|
||||||
<Action name="sort_by_modificationtime"/>
|
|
||||||
<Action name="ascending"/>
|
|
||||||
<Action name="descending"/>
|
|
||||||
<Separator name="separator_3"/>
|
|
||||||
<Action name="split_view"/>
|
<Action name="split_view"/>
|
||||||
<Action name="split_stash"/>
|
<Action name="split_stash"/>
|
||||||
<Action name="toggle_search"/>
|
<Action name="toggle_search"/>
|
||||||
|
|
@ -202,10 +195,5 @@
|
||||||
<Action name="toggle_search" priority="0"/>
|
<Action name="toggle_search" priority="0"/>
|
||||||
<Action name="toggle_filter" priority="0"/>
|
<Action name="toggle_filter" priority="0"/>
|
||||||
<Action name="open_terminal_here" priority="0"/>
|
<Action name="open_terminal_here" priority="0"/>
|
||||||
<Action name="sort_by_size" icon="kr_diskusage"/>
|
|
||||||
<Action name="sort_by_text" icon="draw-text"/>
|
|
||||||
<Action name="sort_by_modificationtime" icon="view-calendar-time-spent"/>
|
|
||||||
<Action name="ascending" icon="up"/>
|
|
||||||
<Action name="descending" icon="down"/>
|
|
||||||
</ActionProperties>
|
</ActionProperties>
|
||||||
</gui>
|
</gui>
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,4 @@ safeeyes &
|
||||||
|
|
||||||
copyq &
|
copyq &
|
||||||
|
|
||||||
xrdb -merge ~/.config/Xresources
|
|
||||||
|
|
||||||
exec "${1:-awesome}"
|
exec "${1:-awesome}"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@
|
||||||
package = pkgs.libsForQt5.breeze-qt5;
|
package = pkgs.libsForQt5.breeze-qt5;
|
||||||
size = 24;
|
size = 24;
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
x11.enable = true;
|
|
||||||
};
|
};
|
||||||
home.file.".icons/default/index.theme".enable = false;
|
home.file.".icons/default/index.theme".enable = false;
|
||||||
home.file.".icons/breeze_cursors".enable = false;
|
home.file.".icons/breeze_cursors".enable = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue