añade steam
This commit is contained in:
parent
e708d0cb1c
commit
04d12e36ac
6 changed files with 37 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{...}: ''
|
||||
{maim, xclip, ...}: ''
|
||||
|
||||
# See https://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
||||
|
|
@ -22,9 +22,9 @@ exec_always --no-startup-id xrandr --output DisplayPort-0 --primary --mode 1920x
|
|||
exec_always --no-startup-id compton -b
|
||||
# exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
|
||||
exec --no-startup-id .config/i3/keyboard.sh
|
||||
exec --no-startup-id .config/i3/wallpaper.sh
|
||||
exec --no-startup-id dunst -config .config/dunst/dunstrc
|
||||
exec --no-startup-id ./keyboard.sh
|
||||
# exec --no-startup-id ./wallpaper.sh
|
||||
# exec --no-startup-id dunst -config .config/dunst/dunstrc
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
|
|
@ -183,7 +183,7 @@ gaps outer 10
|
|||
gaps inner 10
|
||||
|
||||
# screenshot
|
||||
bindsym $mod+Shift+s exec maim -s -u | xclip -selection clipboard -t image/png -i
|
||||
bindsym $mod+Shift+s exec ${maim} -s -u | ${xclip} -selection clipboard -t image/png -i
|
||||
|
||||
# 2 screens
|
||||
workspace $ws1 output DisplayPort-0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
''
|
||||
[colors]
|
||||
;background = ''${xrdb:color0:#222}
|
||||
background = #AA000000
|
||||
background-alt = #00000000
|
||||
|
|
|
|||
Reference in a new issue