Merge branch 'master' of https://github.com/TanguyHerbron/dotfiles
This commit is contained in:
commit
72bb16b1ea
@ -91,7 +91,7 @@ set_from_resource $ws10_key i3-wm.workspace.10.key 0
|
|||||||
bindsym $mod+Return exec /usr/bin/alacritty
|
bindsym $mod+Return exec /usr/bin/alacritty
|
||||||
|
|
||||||
## Launch // Browser // <><Shift> Enter ##
|
## Launch // Browser // <><Shift> Enter ##
|
||||||
bindsym $mod+Shift+Return exec gtk-launch $(xdg-settings get default-web-browser)
|
bindsym $mod+Shift+Return exec gtk-launch firefox
|
||||||
|
|
||||||
set_from_resource $rofiTheme rofi.theme ~/.config/rofi/config.rasi
|
set_from_resource $rofiTheme rofi.theme ~/.config/rofi/config.rasi
|
||||||
|
|
||||||
@ -302,7 +302,7 @@ bindsym $mod+Shift+r exec --no-startup-id $i3-wm.program.refresh_ui
|
|||||||
bindsym $mod+Ctrl+r restart
|
bindsym $mod+Ctrl+r restart
|
||||||
|
|
||||||
## Session // Logout // <><Shift> e ##
|
## Session // Logout // <><Shift> e ##
|
||||||
set_from_resource $i3-wm.program.logout i3-wm.program.logout /usr/bin/gnome-session-quit --logout
|
set_from_resource $i3-wm.program.logout i3-wm.program.logout i3-msg exit
|
||||||
bindsym $mod+Shift+e exec $i3-wm.program.logout
|
bindsym $mod+Shift+e exec $i3-wm.program.logout
|
||||||
|
|
||||||
## Session // Reboot // <><Shift> b ##
|
## Session // Reboot // <><Shift> b ##
|
||||||
|
@ -720,7 +720,19 @@ tree,
|
|||||||
|
|
||||||
:-moz-any(#content, #appcontent) browser {
|
:-moz-any(#content, #appcontent) browser {
|
||||||
margin-right: 0px !important;
|
margin-right: 0px !important;
|
||||||
overflow-y: scroll;
|
/*overflow-y: scroll;*/
|
||||||
margin-bottom: 0px !important;
|
margin-bottom: 0px !important;
|
||||||
overflow-x: scroll;
|
/*overflow-x: scroll;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-label-container[pinned] {
|
||||||
|
width: o;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-content:not([pinned="true"]) {
|
||||||
|
overflow: hidden !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-container[pinned] {
|
||||||
|
width: 50px !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user