feat: stuff
This commit is contained in:
parent
04d15ad27d
commit
37c7eaf334
7 changed files with 34 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
######################
|
||||
#######################
|
||||
## Raine's i3 config ##
|
||||
## Sept 2, 2023 ##
|
||||
## Mar 22, 2023 ##
|
||||
## mutation: 1m ##
|
||||
#######################
|
||||
|
||||
## Mostly similar to i3's config yet differs
|
||||
|
@ -24,11 +25,11 @@ exec_always --no-startup-id nm-applet
|
|||
exec_always --no-startup-id xss-lock --transfer-sleep-lock -- $screen_lock
|
||||
exec_always --no-startup-id gnome-keyring-daemon --start --components=ssh,secrets,pkcs11
|
||||
exec_always --no-startup-id feh --bg-fill ~/Pictures/wallpaper.jpg
|
||||
|
||||
exec_always --no-startup-id picom
|
||||
|
||||
# Gaps & Borders:
|
||||
# ---
|
||||
gaps inner 20
|
||||
gaps inner 10
|
||||
smart_gaps on
|
||||
|
||||
default_border pixel 1
|
||||
|
@ -95,7 +96,7 @@ bindsym $mod+d exec --no-startup-id $appmenu
|
|||
bindsym $mod+l exec --no-startup-id $screen_lock
|
||||
|
||||
# Screenshots
|
||||
bindsym Print exec $screenshot
|
||||
bindsym Print exec --no-startup-id $screenshot
|
||||
|
||||
# Audio
|
||||
bindsym $audio_volume_up exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $meta_refresh_statusbar
|
||||
|
|
9
crates/05-i3/files/picom.conf
Normal file
9
crates/05-i3/files/picom.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
inactive-opacity = 0.75;
|
||||
|
||||
blur: {
|
||||
method = "box";
|
||||
size = 10;
|
||||
background = false;
|
||||
background-frame = false;
|
||||
background-fixed = false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue