From e1fc19e6569698f77b0098011353a71d7b1eec5b Mon Sep 17 00:00:00 2001 From: tomit4 Date: Tue, 24 May 2022 20:18:59 -0700 Subject: [PATCH] added further updates regarding recent migration to bspwm --- picom/picom.conf | 13 +++++-------- st/bst | Bin 111032 -> 111032 bytes st/st | Bin 111032 -> 111032 bytes updates.txt | 25 ++++++++++++------------- 4 files changed, 17 insertions(+), 21 deletions(-) diff --git a/picom/picom.conf b/picom/picom.conf index 02fab01c..9cee7dc4 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -12,9 +12,7 @@ shadow = true; # The blur radius for shadows, in pixels. (defaults to 12) # shadow-radius = 12 -shadow-radius = 7; - -# The opacity of shadows. (0.0 - 1.0, defaults to 0.75) +shadow-radius = 7; # The opacity of shadows. (0.0 - 1.0, defaults to 0.75) # shadow-opacity = .75 # The left offset for shadows, in pixels. (defaults to -15) @@ -103,11 +101,10 @@ fade-out-step = 0.03; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) # inactive-opacity = 1 -inactive-opacity = 0.95; +inactive-opacity = 1; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) -# frame-opacity = 1.0 -frame-opacity = 0.9; +frame-opacity = 1.0 # Let inactive opacity set by -i override the '_NET_WM_WINDOW_OPACITY' values of windows. # inactive-opacity-override = true @@ -134,7 +131,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # opacity-rule = [ "80:class_g = 'URxvt'" ]; # # opacity-rule = [] -# opacity-rule = ["0:class_g = 'xterm-kitty'"]; +# opacity-rule = [ "70:class_g = '/usr/bin/st'" ]; ################################# @@ -252,7 +249,7 @@ detect-client-opacity = true; # to maximize performance for full-screen windows. Known to cause flickering # when redirecting/unredirecting windows. # -# unredir-if-possible = false +unredir-if-possible = false # Delay before unredirecting the window, in milliseconds. Defaults to 0. # unredir-if-possible-delay = 0 diff --git a/st/bst b/st/bst index 768cedd2035bbcd38a1101108c95293a967b8261..befb02c0f6abe7f8fda915866ab03c3364707c78 100755 GIT binary patch delta 62 zcmV-E0Kxyb;|93n2C#?&6u;hJHGNXmYyVeflO=KZ6*8Mv6N8)sx10k3hXw&SmnI4U UBDY2g0S-F@&CE=I7rRy5F@u}~x10k3hXw;SE;W}V W3IQUwND2WAI|DN_Gq+bo0by)RFBU-n diff --git a/st/st b/st/st index ddf509a8603f0dfc633104f7079ee39a052d5ec7..a41f50a563cde19f7283f9382e411d4b537bfa3a 100755 GIT binary patch delta 49 zcmV-10M7ro;|93n2C#?&6qdYX`V$A$oYiF5hw)Ig<*ZAx0)w0bx10k3xIqKW%uKge HMFC-KZoe01 delta 49 zcmV-10M7ro;|93n2C#?&6uY8#+!&|R262GN@0}+%-DlnqCxe^=x10k3xIqImGc&hW HMFC-KN#_*? diff --git a/updates.txt b/updates.txt index 10a76f0e..fb666094 100644 --- a/updates.txt +++ b/updates.txt @@ -14,24 +14,23 @@ add notation about using pick to parse through output, and pipe that using xargs example: ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick) -Install picom (better than xcompmgr, no screen tearing) +Install bspwm and sxhkd -doas pacman -S picom +doas pacman -S bspwm sxhkd -Copy i3 and picom configs +Place bspwmrc and sxhkdrc in respective .config directories -cp -r ~/Documents/notes/picom ~/.config/ +mkdir ~/.config/bspwm -cp ~/Documents/notes/i3/config ~/.config/i3/ +mkdir ~/.config/sxhkd -restart i3 to be sure +cp ~/Documents/notes/bspwm/bswpmrc ~/.config/bspwm/ +cp ~/Documents/notes/bspwm/sxhkdrc ~/.config/sxhkd/ +cp ~/Documents/notes/picom/picom.conf ~/.config/picom/ -If it works, uninstall xcompmgr +Install xorg-xev and screenkey -doas pacman -R xcompmgr +doas pacman -S xorg-xev screenkey -Also, I noticed the time was off. make sure to enable nptd service - -doas ln -s /etc/runit/sv/ntpd /run/runit/service/ - -doas rsv enable ntpd +cp aliases ~/.aliases +cp xinitrc.txt ~/.xinitrc