Merge beaner:.dotfiles
This commit is contained in:
commit
c100d25bae
14 changed files with 109 additions and 34 deletions
|
@ -9,7 +9,7 @@ hide_userland_threads=1
|
|||
shadow_other_users=0
|
||||
show_thread_names=0
|
||||
show_program_path=0
|
||||
highlight_base_name=0
|
||||
highlight_base_name=1
|
||||
highlight_megabytes=0
|
||||
highlight_threads=1
|
||||
tree_view=0
|
||||
|
|
|
@ -146,16 +146,16 @@ set $WS9 9
|
|||
set $WS10 10
|
||||
|
||||
# Workspace output
|
||||
workspace "$WS1" output LVDS1
|
||||
workspace "$WS2" output VGA1
|
||||
workspace "$WS3" output LVDS1
|
||||
workspace "$WS4" output VGA1
|
||||
workspace "$WS5" output LVDS1
|
||||
workspace "$WS6" output VGA1
|
||||
workspace "$WS7" output LVDS1
|
||||
workspace "$WS8" output VGA1
|
||||
workspace "$WS9" output LVDS1
|
||||
workspace "$WS10" output VGA1
|
||||
workspace "$WS1" output DP-5
|
||||
workspace "$WS2" output DP-3
|
||||
workspace "$WS3" output VGA-0
|
||||
workspace "$WS4" output DP-5
|
||||
workspace "$WS5" output DP-3
|
||||
workspace "$WS6" output VGA-0
|
||||
workspace "$WS7" output DP-5
|
||||
workspace "$WS8" output DP-3
|
||||
workspace "$WS9" output VGA-0
|
||||
workspace "$WS10" output DP-5
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace $WS1
|
||||
|
@ -353,6 +353,7 @@ set $14 #66efd5
|
|||
set $15 #cfd0c2
|
||||
|
||||
# Inactivity settings
|
||||
exec "$screen_config"
|
||||
exec --no-startup-id xautolock -time 10 -locker 'xset dpms force standby' -killtime 1 -killer '$locker'
|
||||
bindsym $mod+F4 exec --no-startup-id xautolock -disable
|
||||
bindsym $mod+F5 exec --no-startup-id xautolock -enable
|
||||
|
@ -367,6 +368,7 @@ exec --no-startup-id numlockx on # Activate Num lock
|
|||
#exec --no-startup-id compton -b # Compositing manager
|
||||
exec --no-startup-id unclutter # Hide mouse cursor after some time
|
||||
exec --no-startup-id dunst # Notifications
|
||||
exec --no-startup-id keynav # Keyboard cursor controller
|
||||
#exec --no-startup-id $HOME/.config/i3/clipmenud # Clipboard manager
|
||||
exec --no-startup-id mpd # Music Player Daemon
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 524 B After Width: | Height: | Size: 266 B |
|
@ -135,20 +135,20 @@ back
|
|||
<back>
|
||||
|
||||
back -t
|
||||
th
|
||||
tj
|
||||
|
||||
back -w
|
||||
wh
|
||||
wj
|
||||
|
||||
forward
|
||||
K
|
||||
<forward>
|
||||
|
||||
forward -t
|
||||
tl
|
||||
tk
|
||||
|
||||
forward -w
|
||||
wl
|
||||
wk
|
||||
|
||||
fullscreen
|
||||
<f11>
|
||||
|
|
|
@ -831,7 +831,7 @@ geolocation = ask
|
|||
# Allow websites to show notifications.
|
||||
# Valid values: true, false, ask
|
||||
# Default: ask
|
||||
notifications = true
|
||||
notifications = ask
|
||||
|
||||
# media-capture (BoolAsk):
|
||||
# Allow websites to record audio/video.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue