From dc500844c448deb46aa8613faa3d295a0061965c Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Mon, 6 Nov 2023 22:15:23 -0500 Subject: config drifted. --- .config/i3/config | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to '.config/i3/config') diff --git a/.config/i3/config b/.config/i3/config index d7fb54d..d303d97 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -14,12 +14,13 @@ exec_always "sh $HOME/.fehbg" #exec_always --no-startup-id $HOME/.config/polybar/launch.sh exec_always --no-startup-id "$HOME/.config/polybar/launch.sh --material" -exec "xcompmgr &" +exec "picom &" exec "xscreensaver &" exec "blueman-applet" exec "pactl upload-sample /usr/share/sounds/freedesktop/stereo/bell.oga x11-bell" exec "pactl load-module module-x11-bell sample=x11-bell display=$DISPLAY" exec "xset b 100" +exec "yubikey_detect_touch.sh" # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. @@ -55,12 +56,12 @@ floating_modifier $mod bindsym $mod+m bar mode toggle # start a terminal -bindsym $mod+Shift+Return exec alacritty -bindsym $mod+Return exec urxvt +bindsym $mod+Shift+Return exec urxvt +bindsym $mod+Return exec alacritty -bindsym XF86AudioMute exec "amixer -D pulse sset Master toggle" -bindsym XF86AudioLowerVolume exec "amixer -D pulse sset Master 5%-" -bindsym XF86AudioRaiseVolume exec "amixer -D pulse sset Master 5%+" +bindsym XF86AudioMute exec "pamixer --toggle-mute" +bindsym XF86AudioLowerVolume exec "pamixer --decrease 5" +bindsym XF86AudioRaiseVolume exec "pamixer --increase 5" bindsym XF86AudioMicMute exec "amixer -D pulse sset Mic toggle" #bindsym XF86Sleep exec dmenu_run bindsym XF86MonBrightnessDown exec "brightnessctl s 15-" @@ -76,8 +77,8 @@ bindsym $mod+Shift+q kill # start dmenu (a program launcher) #bindsym $mod+d exec dmenu_run -bindsym $mod+d exec "rofi -show run" -bindsym $mod+Shift+d exec "rofi -show ssh" +bindsym $mod+d exec "dmenu_run" +bindsym $mod+Shift+d exec "passmenu" # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that -- cgit 1.4.1