idk
This commit is contained in:
parent
12cba73398
commit
468e28e952
5 changed files with 6 additions and 6 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 048cf41e0aa5a391948d62e6168d6e54279cf627
|
||||
Subproject commit 0fb85341916b6de1c5cd6ddf3e8472292a93a303
|
|
@ -699,4 +699,4 @@
|
|||
(awful.spawn.once "xset r rate 220 90")
|
||||
(awful.spawn.once "autorandr -c")
|
||||
(awful.spawn.once "xcape -e 'Super_L=Super_L|Control_L|Escape'")
|
||||
(awful.spawn.once "latte-dock")
|
||||
;; (awful.spawn.once "latte-dock")
|
||||
|
|
|
@ -171,7 +171,7 @@
|
|||
{:description "select pass" :group "apps" })
|
||||
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
|
||||
{:description "Open Writer" :group "apps" })
|
||||
(awful.key [modkey] "b" (fn [] (awful.spawn "nyxt"))
|
||||
(awful.key [modkey] "b" (fn [] (awful.spawn "nyxtlof"))
|
||||
{:description "launch browser" :group "apps"})
|
||||
;; rofi
|
||||
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
configuration {
|
||||
font: "VictorMono Nerd Font 12.0";
|
||||
font: "VictorMono Nerd Font 22.0";
|
||||
show-icons: false;
|
||||
}
|
||||
@import "/home/chris/.config/rofi/config.rasi"
|
||||
|
|
|
@ -10,7 +10,7 @@ if pgrep -x nyxt > /dev/null; then
|
|||
# echo $emacsrg
|
||||
|
||||
if [ -z $nyxtrg ]; then
|
||||
nyxt
|
||||
env GDK_SCALE=2 GDK_DPI_SCALE=0.5 nyxt
|
||||
exit
|
||||
else
|
||||
wmctrl -ia $nyxtrg
|
||||
|
@ -29,5 +29,5 @@ if pgrep -x nyxt > /dev/null; then
|
|||
fi
|
||||
else
|
||||
echo not running
|
||||
nyxt
|
||||
env GDK_SCALE=2 GDK_DPI_SCALE=0.5 nyxt
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue