wallpapers, settings
This commit is contained in:
+12
-3
@@ -13,9 +13,12 @@ set $mod Mod4
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
font pango:monospace 8
|
||||
default_border pixel 3
|
||||
font pango:Inconsolata LGC Nerd Font Mono Regular 10
|
||||
default_border pixel 2
|
||||
default_floating_border pixel 1
|
||||
gaps inner 2px
|
||||
gaps outer 2px
|
||||
client.focused #4c7899 #285577 #ffffff #4c7899 #285577
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
#font pango:DejaVu Sans Mono 8
|
||||
@@ -37,8 +40,9 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||
exec --no-startup-id picom -b
|
||||
exec --no-startup-id setxkbmap -model pc104 -layout us,ru -option grp:alt_shift_toggle -option grp_led:caps -option caps:escape
|
||||
#exec --no-startup-id nextcloud
|
||||
exec --no-startup-id seafile-applet
|
||||
exec --no-startup-id seafile-gui
|
||||
exec --no-startup-id unclutter --fork
|
||||
exec --no-startup-id feh --bg-center --randomize ~/.config/wallpapers/*
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
@@ -49,6 +53,11 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set "+10%"
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set "10%-"
|
||||
bindsym $mod+b exec --no-startup-id loginctl lock-session
|
||||
bindsym $mod+F1 exec --no-startup-id pactl set-default-sink alsa_output.pci-0000_00_1f.3.analog-stereo && pactl set-sink-port alsa_output.pci-0000_00_1f.3.analog-stereo analog-output-headphones
|
||||
bindsym $mod+F2 exec --no-startup-id pactl set-default-sink alsa_output.pci-0000_00_1f.3.analog-stereo && pactl set-sink-port alsa_output.pci-0000_00_1f.3.analog-stereo analog-output-lineout
|
||||
bindsym $mod+F3 exec --no-startup-id pactl set-default-sink alsa_output.pci-0000_01_00.1.hdmi-stereo && pactl set-card-profile alsa_output.pci-0000_01_00.1.hdmi-stereo hdmi-output-1
|
||||
bindsym $mod+F4 exec --no-startup-id pactl set-default-sink bluez_output.D3_87_2B_2F_19_C6.1
|
||||
bindsym Print exec "maim -s | xclip -selection clipboard -t image/png"
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
Reference in New Issue
Block a user