From 808674723955b8315190fb01dd731248fff0ccee Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Tue, 8 Oct 2024 16:24:57 -0400 Subject: Update web browser keyboard shortcut to use qutebrowser instead of Firefox --- dmenuo/dmenu | Bin 47696 -> 39976 bytes dmenuo/dmenu.o | Bin 31968 -> 32696 bytes dmenuo/drw.o | Bin 11120 -> 16880 bytes dmenuo/stest | Bin 21368 -> 10224 bytes dmenuo/stest.o | Bin 5232 -> 5864 bytes dmenuo/util.o | Bin 2216 -> 2496 bytes dwmo/config.def.h | 2 +- dwmo/config.h | 6 +++--- dwmo/drw.o | Bin 16880 -> 16880 bytes dwmo/dwm | Bin 74528 -> 74768 bytes dwmo/dwm.o | Bin 84624 -> 84464 bytes dwmo/util.o | Bin 2592 -> 2496 bytes slocko/slock | Bin 18256 -> 13616 bytes slocko/slock.o | Bin 11248 -> 10944 bytes slstatus.core | Bin 0 -> 616992 bytes slstatuso/components/battery.o | Bin 4208 -> 4136 bytes slstatuso/components/cat.o | Bin 2216 -> 2136 bytes slstatuso/components/cpu.o | Bin 3400 -> 3312 bytes slstatuso/components/datetime.o | Bin 1984 -> 1888 bytes slstatuso/components/disk.o | Bin 3992 -> 3920 bytes slstatuso/components/entropy.o | Bin 1584 -> 1488 bytes slstatuso/components/hostname.o | Bin 1808 -> 1712 bytes slstatuso/components/ip.o | Bin 3072 -> 2976 bytes slstatuso/components/kernel_release.o | Bin 1912 -> 1816 bytes slstatuso/components/keyboard_indicators.o | Bin 2440 -> 2376 bytes slstatuso/components/keymap.o | Bin 4064 -> 3904 bytes slstatuso/components/load_avg.o | Bin 1952 -> 1856 bytes slstatuso/components/netspeeds.o | Bin 3576 -> 3480 bytes slstatuso/components/num_files.o | Bin 2376 -> 2288 bytes slstatuso/components/ram.o | Bin 3544 -> 3464 bytes slstatuso/components/run_command.o | Bin 2232 -> 2152 bytes slstatuso/components/swap.o | Bin 4336 -> 4232 bytes slstatuso/components/temperature.o | Bin 2280 -> 2176 bytes slstatuso/components/uptime.o | Bin 2088 -> 1976 bytes slstatuso/components/user.o | Bin 2840 -> 2744 bytes slstatuso/components/volume.o | Bin 6136 -> 6072 bytes slstatuso/components/wifi.o | Bin 3864 -> 3768 bytes slstatuso/slstatus | Bin 29872 -> 29968 bytes slstatuso/slstatus.o | Bin 7096 -> 6984 bytes slstatuso/util.o | Bin 7968 -> 7848 bytes sto/config.h | 2 +- sto/st | Bin 110632 -> 118992 bytes sto/st.o | Bin 80992 -> 100480 bytes sto/x.o | Bin 75024 -> 91200 bytes 44 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 slstatus.core diff --git a/dmenuo/dmenu b/dmenuo/dmenu index 8e14a8c..73d6d8c 100755 Binary files a/dmenuo/dmenu and b/dmenuo/dmenu differ diff --git a/dmenuo/dmenu.o b/dmenuo/dmenu.o index 9394613..4e879f8 100644 Binary files a/dmenuo/dmenu.o and b/dmenuo/dmenu.o differ diff --git a/dmenuo/drw.o b/dmenuo/drw.o index 86603d2..c0ba2d9 100644 Binary files a/dmenuo/drw.o and b/dmenuo/drw.o differ diff --git a/dmenuo/stest b/dmenuo/stest index fd35c32..d4f1944 100755 Binary files a/dmenuo/stest and b/dmenuo/stest differ diff --git a/dmenuo/stest.o b/dmenuo/stest.o index 2f98e41..a8e1f6e 100644 Binary files a/dmenuo/stest.o and b/dmenuo/stest.o differ diff --git a/dmenuo/util.o b/dmenuo/util.o index 6ab501f..180e6a0 100644 Binary files a/dmenuo/util.o and b/dmenuo/util.o differ diff --git a/dwmo/config.def.h b/dwmo/config.def.h index a87f49a..edb45bf 100755 --- a/dwmo/config.def.h +++ b/dwmo/config.def.h @@ -67,7 +67,7 @@ static const Layout layouts[] = { static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; static const char *termcmd[] = { "st", NULL }; -static const char *webcmd[] = { "firefox", NULL }; +static const char *webcmd[] = { "qutebrowser", NULL }; static const char *lockcmd[] = { "slock", NULL }; static const char *brupcmd[] = { "doas", "light", "-A", "10", NULL }; static const char *brdowncmd[] = { "doas", "light", "-U", "10", NULL }; diff --git a/dwmo/config.h b/dwmo/config.h index f8acaf8..edb45bf 100755 --- a/dwmo/config.h +++ b/dwmo/config.h @@ -8,8 +8,8 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "Terminus:size=8" }; -static const char dmenufont[] = "Terminus:size=8"; +static const char *fonts[] = { "JetBrains Mono:size=8" }; +static const char dmenufont[] = "JetBrains Mono:size=8"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; @@ -67,7 +67,7 @@ static const Layout layouts[] = { static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; static const char *termcmd[] = { "st", NULL }; -static const char *webcmd[] = { "firefox", NULL }; +static const char *webcmd[] = { "qutebrowser", NULL }; static const char *lockcmd[] = { "slock", NULL }; static const char *brupcmd[] = { "doas", "light", "-A", "10", NULL }; static const char *brdowncmd[] = { "doas", "light", "-U", "10", NULL }; diff --git a/dwmo/drw.o b/dwmo/drw.o index c94c785..c0ba2d9 100644 Binary files a/dwmo/drw.o and b/dwmo/drw.o differ diff --git a/dwmo/dwm b/dwmo/dwm index f4121dd..4af3334 100755 Binary files a/dwmo/dwm and b/dwmo/dwm differ diff --git a/dwmo/dwm.o b/dwmo/dwm.o index b7b63a0..7957e2e 100644 Binary files a/dwmo/dwm.o and b/dwmo/dwm.o differ diff --git a/dwmo/util.o b/dwmo/util.o index 6cc164b..180e6a0 100644 Binary files a/dwmo/util.o and b/dwmo/util.o differ diff --git a/slocko/slock b/slocko/slock index 3a52eb4..f219ce0 100755 Binary files a/slocko/slock and b/slocko/slock differ diff --git a/slocko/slock.o b/slocko/slock.o index 7ef5d46..8a2420d 100644 Binary files a/slocko/slock.o and b/slocko/slock.o differ diff --git a/slstatus.core b/slstatus.core new file mode 100644 index 0000000..33414d3 Binary files /dev/null and b/slstatus.core differ diff --git a/slstatuso/components/battery.o b/slstatuso/components/battery.o index 3399bea..c3f4965 100644 Binary files a/slstatuso/components/battery.o and b/slstatuso/components/battery.o differ diff --git a/slstatuso/components/cat.o b/slstatuso/components/cat.o index 2ac3267..fe27755 100644 Binary files a/slstatuso/components/cat.o and b/slstatuso/components/cat.o differ diff --git a/slstatuso/components/cpu.o b/slstatuso/components/cpu.o index 666515a..c8ae835 100644 Binary files a/slstatuso/components/cpu.o and b/slstatuso/components/cpu.o differ diff --git a/slstatuso/components/datetime.o b/slstatuso/components/datetime.o index 0bfe5c1..2e9efb8 100644 Binary files a/slstatuso/components/datetime.o and b/slstatuso/components/datetime.o differ diff --git a/slstatuso/components/disk.o b/slstatuso/components/disk.o index 551c092..7dd9d49 100644 Binary files a/slstatuso/components/disk.o and b/slstatuso/components/disk.o differ diff --git a/slstatuso/components/entropy.o b/slstatuso/components/entropy.o index f39d947..227b18a 100644 Binary files a/slstatuso/components/entropy.o and b/slstatuso/components/entropy.o differ diff --git a/slstatuso/components/hostname.o b/slstatuso/components/hostname.o index 974ed3a..2dae0f9 100644 Binary files a/slstatuso/components/hostname.o and b/slstatuso/components/hostname.o differ diff --git a/slstatuso/components/ip.o b/slstatuso/components/ip.o index f3f98c4..6581870 100644 Binary files a/slstatuso/components/ip.o and b/slstatuso/components/ip.o differ diff --git a/slstatuso/components/kernel_release.o b/slstatuso/components/kernel_release.o index 262be34..187bb70 100644 Binary files a/slstatuso/components/kernel_release.o and b/slstatuso/components/kernel_release.o differ diff --git a/slstatuso/components/keyboard_indicators.o b/slstatuso/components/keyboard_indicators.o index 537f678..a6f5c0d 100644 Binary files a/slstatuso/components/keyboard_indicators.o and b/slstatuso/components/keyboard_indicators.o differ diff --git a/slstatuso/components/keymap.o b/slstatuso/components/keymap.o index f8feba8..741be84 100644 Binary files a/slstatuso/components/keymap.o and b/slstatuso/components/keymap.o differ diff --git a/slstatuso/components/load_avg.o b/slstatuso/components/load_avg.o index 474f6ca..cb8e116 100644 Binary files a/slstatuso/components/load_avg.o and b/slstatuso/components/load_avg.o differ diff --git a/slstatuso/components/netspeeds.o b/slstatuso/components/netspeeds.o index ee55be9..a687838 100644 Binary files a/slstatuso/components/netspeeds.o and b/slstatuso/components/netspeeds.o differ diff --git a/slstatuso/components/num_files.o b/slstatuso/components/num_files.o index 7e7e667..cc1b2e4 100644 Binary files a/slstatuso/components/num_files.o and b/slstatuso/components/num_files.o differ diff --git a/slstatuso/components/ram.o b/slstatuso/components/ram.o index 362bc0d..1235084 100644 Binary files a/slstatuso/components/ram.o and b/slstatuso/components/ram.o differ diff --git a/slstatuso/components/run_command.o b/slstatuso/components/run_command.o index 44ff9e5..998384e 100644 Binary files a/slstatuso/components/run_command.o and b/slstatuso/components/run_command.o differ diff --git a/slstatuso/components/swap.o b/slstatuso/components/swap.o index 4cc30f3..3cf04f0 100644 Binary files a/slstatuso/components/swap.o and b/slstatuso/components/swap.o differ diff --git a/slstatuso/components/temperature.o b/slstatuso/components/temperature.o index 4be7822..56de6b5 100644 Binary files a/slstatuso/components/temperature.o and b/slstatuso/components/temperature.o differ diff --git a/slstatuso/components/uptime.o b/slstatuso/components/uptime.o index dc45ddc..0f451fe 100644 Binary files a/slstatuso/components/uptime.o and b/slstatuso/components/uptime.o differ diff --git a/slstatuso/components/user.o b/slstatuso/components/user.o index 777126d..906f203 100644 Binary files a/slstatuso/components/user.o and b/slstatuso/components/user.o differ diff --git a/slstatuso/components/volume.o b/slstatuso/components/volume.o index d409e19..ddbf742 100644 Binary files a/slstatuso/components/volume.o and b/slstatuso/components/volume.o differ diff --git a/slstatuso/components/wifi.o b/slstatuso/components/wifi.o index 9fec196..116d2be 100644 Binary files a/slstatuso/components/wifi.o and b/slstatuso/components/wifi.o differ diff --git a/slstatuso/slstatus b/slstatuso/slstatus index 1a91f11..f441101 100755 Binary files a/slstatuso/slstatus and b/slstatuso/slstatus differ diff --git a/slstatuso/slstatus.o b/slstatuso/slstatus.o index 9c337fe..633709d 100644 Binary files a/slstatuso/slstatus.o and b/slstatuso/slstatus.o differ diff --git a/slstatuso/util.o b/slstatuso/util.o index 7cd4595..7e243fd 100644 Binary files a/slstatuso/util.o and b/slstatuso/util.o differ diff --git a/sto/config.h b/sto/config.h index 1f1cee0..54f0747 100755 --- a/sto/config.h +++ b/sto/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Terminus:pixelsize=14:antialias=true:autohint=true"; +static char *font = "JetBrains Mono:pixelsize=12:antialias=true:autohint=true"; static int borderpx = 4; /* diff --git a/sto/st b/sto/st index 09682fc..476d039 100755 Binary files a/sto/st and b/sto/st differ diff --git a/sto/st.o b/sto/st.o index f637737..d230906 100644 Binary files a/sto/st.o and b/sto/st.o differ diff --git a/sto/x.o b/sto/x.o index 4e5f94f..a21c6be 100644 Binary files a/sto/x.o and b/sto/x.o differ -- cgit v1.2.3-54-g00ecf