mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 20:00:50 +01:00
meta: Remove rofi-calc and rofi's window mode
Although rofi-calc was certainly cool to use, it is not in the official repositories. Instead of trying to rely on it as a dependency, I've gone ahead and removed it instead.
This commit is contained in:
parent
5099a8838b
commit
3406ed5a4d
@ -10,8 +10,6 @@ configuration {
|
|||||||
columns: 3;
|
columns: 3;
|
||||||
width: 70;
|
width: 70;
|
||||||
display-drun: "Search";
|
display-drun: "Search";
|
||||||
display-window: "Windows";
|
|
||||||
display-calc: "Calc";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// vim:syn=java
|
// vim:syn=java
|
||||||
|
@ -27,13 +27,9 @@ super + o
|
|||||||
alt + m
|
alt + m
|
||||||
wal -o ~/.config/wal/done.sh -i ~/Pictures/Wallpapers
|
wal -o ~/.config/wal/done.sh -i ~/Pictures/Wallpapers
|
||||||
|
|
||||||
# Show rofi drun / window / calc
|
|
||||||
alt + z
|
alt + z
|
||||||
~/.config/rofi/launch.sh
|
~/.config/rofi/launch.sh
|
||||||
|
|
||||||
alt + {space,backslash}
|
|
||||||
rofi -show {window,calc -modi calc -no-show-match -no-sort}
|
|
||||||
|
|
||||||
# Show rofi-pass
|
# Show rofi-pass
|
||||||
alt + slash
|
alt + slash
|
||||||
rofi-pass
|
rofi-pass
|
||||||
|
Loading…
Reference in New Issue
Block a user