From 92c1d51a5006edaf72b148d7440853e220fcb592 Mon Sep 17 00:00:00 2001 From: AnInternetTroll Date: Mon, 10 Jan 2022 18:08:05 +0100 Subject: Small improvements to dwm --- dwm/chadwm/config.def.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dwm/chadwm/config.def.h') diff --git a/dwm/chadwm/config.def.h b/dwm/chadwm/config.def.h index ee17db6..b49ef88 100644 --- a/dwm/chadwm/config.def.h +++ b/dwm/chadwm/config.def.h @@ -122,13 +122,13 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = {"dmenu_run", NULL}; -static const char *termcmd[] = {"alacritty", NULL}; // change this to your term +static const char *termcmd[] = {"st", NULL}; // change this to your term static const char *rofi[] = {"rofi", "-show", "drun", NULL}; static const char *xi[] = {"xbacklight", "-inc", "7", NULL}; static const char *screenshotcmd[] = {"flameshot", "gui", NULL}; static const char *xd[] = {"xbacklight", "-dec", "7", NULL}; -static const char *volume_up_cmd[] = {"pamixer", "-i", "5", NULL}; -static const char *volume_down_cmd[] = {"pamixer", "-d", "5", NULL}; +static const char *volume_up_cmd[] = {"pamixer", "--allow-boost", "-i", "5", NULL}; +static const char *volume_down_cmd[] = {"pamixer", "--allow-boost", "-d", "5", NULL}; static const char *volume_mute_toggle[] = {"pamixer", "-t", NULL}; static const char *keyboard_brightness_up[] = {"xbacklight", "-ctrl", "asus::kbd_backlight", "-inc", "33", NULL}; @@ -137,7 +137,7 @@ static const char *keyboard_brightness_down[] = {"xbacklight", "-ctrl", "asus::k static const char *player_toggle[] = {"playerctl", "play-pause", NULL}; static const char *player_next[] = {"playerctl", "next", NULL}; static const char *player_previous[] = {"playerctl", "previous", NULL}; -static const char *screen_lock[] = {"xsecurelock", NULL}; +static const char *screen_lock[] = {"light-locker-command", "-l", NULL}; static Key keys[] = { /* modifier key function argument */ -- cgit v1.2.3 rvice/swaysome'>
path: root/.config/service/swaysome (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-24home-configuration.scm: reformatLuca Matei Pintilie1-82/+83
2024-10-20home-configuration.scm: minor aditionsLuca Matei Pintilie1-9/+44
2024-10-20swayrbar: fix configLuca Matei Pintilie2-9/+9
2024-10-20common_service.sh: check for files before using themLuca Matei Pintilie1-6/+20
2024-10-06guix: add missing packagesLuca Matei Pintilie1-2/+16
2024-10-05guix: add initial configLuca Matei Pintilie2-0/+178
2024-09-15nvim: update deps and formatLuca Matei Pintilie3-27/+37
2024-08-10swayrbar: fix scriptsLuca Matei Pintilie2-15/+15
2024-08-03silence warningsLuca Matei Pintilie3-50/+39
2024-07-29pipewire: add configLuca Matei Pintilie2-0/+2
2024-07-15various wayland fixesLuca Matei Pintilie3-1/+8
2024-07-14implement turnstile-style servicesLuca Matei Pintilie17-48/+94
2024-07-11dwm(bar): silence errors a bitLuca Matei Pintilie1-16/+36
2024-07-11sway: use hyprlock, swaysome, swayr and swaybarLuca Matei Pintilie1-51/+59
2024-07-11swaylock: set background imageLuca Matei Pintilie1-2/+5
2024-07-11hyprlock: add configLuca Matei Pintilie2-0/+132
2024-07-11swayrbar: add configLuca Matei Pintilie6-0/+252