summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/alpine-packages2
-rw-r--r--.config/dwm/config.h3
-rw-r--r--.profile8
3 files changed, 3 insertions, 10 deletions
diff --git a/.config/alpine-packages b/.config/alpine-packages
index 43b0a48..fd6d0e5 100755
--- a/.config/alpine-packages
+++ b/.config/alpine-packages
@@ -43,7 +43,7 @@ adwaita-icon-theme
43firefox 43firefox
44libreoffice telegram-desktop vlc-qt imv-x11 44libreoffice telegram-desktop vlc-qt imv-x11
45zathura-djvu zathura-pdf-mupdf zathura-ps 45zathura-djvu zathura-pdf-mupdf zathura-ps
46arandr blueman 46arandr blueman iwgtk
47pdfarranger 47pdfarranger
48 48
49# Fonts 49# Fonts
diff --git a/.config/dwm/config.h b/.config/dwm/config.h
index 6799b26..7a842d6 100644
--- a/.config/dwm/config.h
+++ b/.config/dwm/config.h
@@ -42,6 +42,7 @@ static const Rule rules[] = {
42 { "TelegramDesktop", NULL, NULL, 1 << 3, 0, -1 }, 42 { "TelegramDesktop", NULL, NULL, 1 << 3, 0, -1 },
43 { NULL, NULL, "stfloat", 0, 1, -1 }, 43 { NULL, NULL, "stfloat", 0, 1, -1 },
44 { NULL, NULL, "Picture-in-Picture", TAGMASK, 1, -1 }, 44 { NULL, NULL, "Picture-in-Picture", TAGMASK, 1, -1 },
45 { "iwgtk", NULL, NULL, 0, 1, -1 },
45}; 46};
46 47
47/* layout(s) */ 48/* layout(s) */
@@ -187,7 +188,7 @@ static Key keys[] = {
187 { MODKEY, XK_e, spawn, SHCMD("dmenu-bookmarks") }, 188 { MODKEY, XK_e, spawn, SHCMD("dmenu-bookmarks") },
188 189
189 /* System settings */ 190 /* System settings */
190 { MODKEY|ShiftMask, XK_w, spawn, SHCMD("popup-terminal iwctl") }, 191 { MODKEY|ShiftMask, XK_w, spawn, SHCMD("iwgtk") },
191 { MODKEY|ShiftMask, XK_v, spawn, SHCMD("popup-terminal pulsemixer") }, 192 { MODKEY|ShiftMask, XK_v, spawn, SHCMD("popup-terminal pulsemixer") },
192 { MODKEY|ShiftMask, XK_b, spawn, SHCMD("blueman-manager") }, 193 { MODKEY|ShiftMask, XK_b, spawn, SHCMD("blueman-manager") },
193 { MODKEY|ShiftMask, XK_p, spawn, SHCMD("popup-terminal top") }, 194 { MODKEY|ShiftMask, XK_p, spawn, SHCMD("popup-terminal top") },
diff --git a/.profile b/.profile
index 6a51b62..405befe 100644
--- a/.profile
+++ b/.profile
@@ -37,16 +37,8 @@ alias svi='vi "+so $HOME/.virc-spaces"'
37 37
38# Network management 38# Network management
39alias w='iwctl station wlan0 get-networks' 39alias w='iwctl station wlan0 get-networks'
40alias c='iwctl station wlan0 connect'
41alias e='doas ip link set eth1 up && doas udhcpc -i eth1 -n' 40alias e='doas ip link set eth1 up && doas udhcpc -i eth1 -n'
42alias d='iwctl station wlan0 disconnect' 41alias d='iwctl station wlan0 disconnect'
43wm() {
44 iwctl station wlan0 scan
45 iwctl station wlan0 get-networks | \
46 uncolor | tail -n -4 | head -n -1 | \
47 grep -e '^ ' | sed 's/^ //' | sed 's/ .*//' | \
48 fzf | xargs iwctl station wlan0 connect
49}
50 42
51# Email management (mblaze) 43# Email management (mblaze)
52MAIL=$HOME/mail 44MAIL=$HOME/mail

Generated with cgit - Back to sebastiano.tronto.net