diff --git a/bashrc b/bashrc index 86833d6..07d6b6c 100644 --- a/bashrc +++ b/bashrc @@ -31,7 +31,7 @@ trap 'echo -ne "\e[0m"' DEBUG export PAGER=less export EDITOR=vim export VISUAL=vim -export BROWSER=/usr/bin/firefox +export BROWSER=/usr/bin/qutebrowser export TZ=/usr/share/zoneinfo/Europe/Paris export PATH="$PATH:$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.gem/ruby/2.2.0/bin/" diff --git a/config/i3/config b/config/i3/config index 7dbc1ee..4b6eafd 100644 --- a/config/i3/config +++ b/config/i3/config @@ -49,7 +49,7 @@ set $up_bar killall -USR1 i3status # Start Applications bindsym $mod+Return exec xterm bindsym $mod+p exec thunar -bindsym $mod+m exec firefox --new-windows +bindsym $mod+m exec qutebrowser # Volume control #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 pactl set-sink-volume 0 -5%; 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+F12 exec xterm -e 'alsamixer' @@ -215,6 +218,7 @@ assign [title="TweetDeck"] $WS8 # Open specific applications in floating mode for_window [title="alsamixer"] floating enable border pixel 2 for_window [class="Firefox"] layout tabbed +for_window [class="qutebrowser"] layout tabbed for_window [window_role="pop-up"] 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) bar { + #i3bar_command ~/.config/lemonbar/i3_lemonbar.sh mode hide status_command ~/.config/i3status/status.sh # wheel_up_cmd nop