Preferences changes
This commit is contained in:
parent
5e8970c203
commit
a5c810f696
2
bashrc
2
bashrc
|
@ -31,7 +31,7 @@ trap 'echo -ne "\e[0m"' DEBUG
|
||||||
export PAGER=less
|
export PAGER=less
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export VISUAL=vim
|
export VISUAL=vim
|
||||||
export BROWSER=/usr/bin/firefox
|
export BROWSER=/usr/bin/qutebrowser
|
||||||
export TZ=/usr/share/zoneinfo/Europe/Paris
|
export TZ=/usr/share/zoneinfo/Europe/Paris
|
||||||
|
|
||||||
export PATH="$PATH:$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.gem/ruby/2.2.0/bin/"
|
export PATH="$PATH:$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.gem/ruby/2.2.0/bin/"
|
||||||
|
|
|
@ -49,7 +49,7 @@ set $up_bar killall -USR1 i3status
|
||||||
# Start Applications
|
# Start Applications
|
||||||
bindsym $mod+Return exec xterm
|
bindsym $mod+Return exec xterm
|
||||||
bindsym $mod+p exec thunar
|
bindsym $mod+p exec thunar
|
||||||
bindsym $mod+m exec firefox --new-windows
|
bindsym $mod+m exec qutebrowser
|
||||||
|
|
||||||
# Volume control
|
# Volume control
|
||||||
#bindsym XF86AudioRaiseVolume exec amixer -q set Master 5+ unmute; exec $up_bar
|
#bindsym XF86AudioRaiseVolume exec amixer -q set Master 5+ unmute; exec $up_bar
|
||||||
|
@ -57,6 +57,9 @@ bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5%; exec $up_bar
|
||||||
#bindsym XF86AudioLowerVolume exec amixer -q set Master 5- unmute; exec $up_bar
|
#bindsym XF86AudioLowerVolume exec amixer -q set Master 5- unmute; exec $up_bar
|
||||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -5%; exec $up_bar
|
bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -5%; exec $up_bar
|
||||||
bindsym XF86AudioMute exec amixer -q set Master toggle; exec $up_bar
|
bindsym XF86AudioMute exec amixer -q set Master toggle; exec $up_bar
|
||||||
|
bindsym $mod+F8 exec mpc prev
|
||||||
|
bindsym $mod+F9 exec mpc toggle
|
||||||
|
bindsym $mod+F10 exec mpc next
|
||||||
bindsym $mod+F11 exec xterm -e 'alsamixer'
|
bindsym $mod+F11 exec xterm -e 'alsamixer'
|
||||||
bindsym $mod+F12 exec xterm -e 'alsamixer'
|
bindsym $mod+F12 exec xterm -e 'alsamixer'
|
||||||
|
|
||||||
|
@ -215,6 +218,7 @@ assign [title="TweetDeck"] $WS8
|
||||||
# Open specific applications in floating mode
|
# Open specific applications in floating mode
|
||||||
for_window [title="alsamixer"] floating enable border pixel 2
|
for_window [title="alsamixer"] floating enable border pixel 2
|
||||||
for_window [class="Firefox"] layout tabbed
|
for_window [class="Firefox"] layout tabbed
|
||||||
|
for_window [class="qutebrowser"] layout tabbed
|
||||||
|
|
||||||
for_window [window_role="pop-up"] floating enable
|
for_window [window_role="pop-up"] floating enable
|
||||||
for_window [window_role="task_dialog"] floating enable
|
for_window [window_role="task_dialog"] floating enable
|
||||||
|
@ -320,6 +324,7 @@ mode "$mode_screen_HDMI1" {
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status if available)
|
# Start i3bar to display a workspace bar (plus the system information i3status if available)
|
||||||
bar {
|
bar {
|
||||||
|
#i3bar_command ~/.config/lemonbar/i3_lemonbar.sh
|
||||||
mode hide
|
mode hide
|
||||||
status_command ~/.config/i3status/status.sh
|
status_command ~/.config/i3status/status.sh
|
||||||
# wheel_up_cmd nop
|
# wheel_up_cmd nop
|
||||||
|
|
Loading…
Reference in a new issue