Some changes
This commit is contained in:
parent
eccc7998fe
commit
32ecead6d2
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,3 +5,5 @@
|
|||||||
!/i3*
|
!/i3*
|
||||||
!/rofi
|
!/rofi
|
||||||
!/mc
|
!/mc
|
||||||
|
/mc/hotlist
|
||||||
|
/mc/hotlist.bak
|
||||||
|
@ -218,7 +218,7 @@ bar {
|
|||||||
|
|
||||||
set $mode_system System (l) lock, (e) logout, (r) reboot, (s) shutdown
|
set $mode_system System (l) lock, (e) logout, (r) reboot, (s) shutdown
|
||||||
mode "$mode_system" {
|
mode "$mode_system" {
|
||||||
bindsym l exec --no-startup-id i3exit lock, mode "default"
|
bindsym l exec --no-startup-id i3lock, mode "default"
|
||||||
bindsym e exec --no-startup-id i3exit logout, mode "default"
|
bindsym e exec --no-startup-id i3exit logout, mode "default"
|
||||||
bindsym r exec --no-startup-id i3exit reboot, mode "default"
|
bindsym r exec --no-startup-id i3exit reboot, mode "default"
|
||||||
bindsym s exec --no-startup-id i3exit shutdown, mode "default"
|
bindsym s exec --no-startup-id i3exit shutdown, mode "default"
|
||||||
@ -259,6 +259,7 @@ bindsym $mod+Ctrl+Left move workspace to output right
|
|||||||
bindsym $mod+c exec rofi_calc
|
bindsym $mod+c exec rofi_calc
|
||||||
bindsym $mod+p exec xwacomcalibrate
|
bindsym $mod+p exec xwacomcalibrate
|
||||||
bindsym $mod+t exec thunar
|
bindsym $mod+t exec thunar
|
||||||
|
bindsym $mod+m exec xfce4-terminal -x mc
|
||||||
bindsym $mod+Shift+c exec jupyter-calculator
|
bindsym $mod+Shift+c exec jupyter-calculator
|
||||||
workspace_auto_back_and_forth yes
|
workspace_auto_back_and_forth yes
|
||||||
|
|
||||||
@ -294,7 +295,7 @@ exec --no-startup-id "i3-msg 'workspace 9: Chat; append_layout ~/.config/i3/work
|
|||||||
exec firefox
|
exec firefox
|
||||||
exec thunderbird
|
exec thunderbird
|
||||||
exec chat.rocket.RocketChat no_focus
|
exec chat.rocket.RocketChat no_focus
|
||||||
exec im.riot.Riot no_focus
|
exec element-desktop no_focus
|
||||||
exec telegram-desktop no_focus
|
exec telegram-desktop no_focus
|
||||||
|
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
|
2
mc/ini
2
mc/ini
@ -96,7 +96,7 @@ menubar_visible=true
|
|||||||
free_space=true
|
free_space=true
|
||||||
horizontal_split=false
|
horizontal_split=false
|
||||||
vertical_equal=true
|
vertical_equal=true
|
||||||
left_panel_size=33
|
left_panel_size=47
|
||||||
horizontal_equal=true
|
horizontal_equal=true
|
||||||
top_panel_size=16
|
top_panel_size=16
|
||||||
|
|
||||||
|
@ -579,6 +579,10 @@ type/^PostScript
|
|||||||
type/^PDF
|
type/^PDF
|
||||||
Open=/usr/lib/mc/ext.d/doc.sh open pdf
|
Open=/usr/lib/mc/ext.d/doc.sh open pdf
|
||||||
View=%view{ascii} /usr/lib/mc/ext.d/doc.sh view pdf
|
View=%view{ascii} /usr/lib/mc/ext.d/doc.sh view pdf
|
||||||
|
# XOPP
|
||||||
|
regex/i/\.xopp$
|
||||||
|
Open=(nohup xournalpp %f &)
|
||||||
|
View=(nohup xournalpp %f &)
|
||||||
|
|
||||||
# html
|
# html
|
||||||
regex/i/\.html?$
|
regex/i/\.html?$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user