polyyyybark
This commit is contained in:
parent
b44b414829
commit
652fa6ac2b
9 changed files with 426 additions and 20 deletions
|
@ -22,6 +22,7 @@ hide_edge_borders both
|
|||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
|
||||
font pango:Source Code Pro 8
|
||||
font pango:DejaVu Sans Mono 8
|
||||
font pango:Sans 8
|
||||
|
||||
|
@ -51,7 +52,7 @@ set $up_bar killall -USR1 i3status
|
|||
# Start Applications
|
||||
bindsym $mod+Return exec xterm
|
||||
bindsym $mod+p exec thunar
|
||||
bindsym $mod+m exec qutebrowser --override-restore
|
||||
bindsym $mod+m exec qutebrowser --override-restore --backend=webengine
|
||||
|
||||
# Volume control
|
||||
#bindsym XF86AudioRaiseVolume exec amixer -q set Master 5+ unmute; exec $up_bar
|
||||
|
@ -133,16 +134,16 @@ bindsym $mod+a focus parent
|
|||
bindsym $mod+q focus child
|
||||
|
||||
# Workspace names
|
||||
set $WS1 1 Édition
|
||||
set $WS2 2 Éxecution
|
||||
set $WS3 3 Organisation
|
||||
set $WS4 4 Référence
|
||||
set $WS5 5 Divers 1
|
||||
set $WS6 6 Divers 2
|
||||
set $WS7 7 Contact
|
||||
set $WS8 8 Social
|
||||
set $WS9 9 Veille
|
||||
set $WS10 10 Musique
|
||||
set $WS1 1
|
||||
set $WS2 2
|
||||
set $WS3 3
|
||||
set $WS4 4
|
||||
set $WS5 5
|
||||
set $WS6 6
|
||||
set $WS7 7
|
||||
set $WS8 8
|
||||
set $WS9 9
|
||||
set $WS10 10
|
||||
|
||||
# Workspace output
|
||||
workspace "$WS1" output LVDS1
|
||||
|
@ -379,9 +380,9 @@ set $15 #cfd0c2
|
|||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status if available)
|
||||
bar {
|
||||
#i3bar_command ~/.config/lemonbar/i3_lemonbar.sh
|
||||
mode hide
|
||||
status_command i3status
|
||||
i3bar_command ~/.config/polybar/launch.sh
|
||||
#mode hide
|
||||
#status_command ~/c.sh
|
||||
# wheel_up_cmd nop
|
||||
# wheel_down_cmd nop
|
||||
font pango:DejaVu Sans Mono 9
|
||||
|
@ -414,6 +415,7 @@ exec --no-startup-id numlockx on # Activate Num lock
|
|||
exec --no-startup-id unclutter # Hide mouse cursor after some time
|
||||
exec --no-startup-id dunst # Notifications
|
||||
exec --no-startup-id $HOME/.config/i3/clipmenud # Clipboard manager
|
||||
exec --no-startup-id mpd # Music Player Daemon
|
||||
|
||||
# Autostart programs
|
||||
#exec --no-startup-id i3-msg 'workspace $WS8; exec firefox --new-window tweetdeck.twitter.com'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue