Some changes

This commit is contained in:
Julian Mutter 2021-03-18 09:50:14 +01:00
parent eccc7998fe
commit 32ecead6d2
4 changed files with 10 additions and 3 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@
!/i3*
!/rofi
!/mc
/mc/hotlist
/mc/hotlist.bak

View File

@ -218,7 +218,7 @@ bar {
set $mode_system System (l) lock, (e) logout, (r) reboot, (s) shutdown
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 r exec --no-startup-id i3exit reboot, 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+p exec xwacomcalibrate
bindsym $mod+t exec thunar
bindsym $mod+m exec xfce4-terminal -x mc
bindsym $mod+Shift+c exec jupyter-calculator
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 thunderbird
exec chat.rocket.RocketChat no_focus
exec im.riot.Riot no_focus
exec element-desktop no_focus
exec telegram-desktop no_focus
exec --no-startup-id nm-applet

2
mc/ini
View File

@ -96,7 +96,7 @@ menubar_visible=true
free_space=true
horizontal_split=false
vertical_equal=true
left_panel_size=33
left_panel_size=47
horizontal_equal=true
top_panel_size=16

View File

@ -579,6 +579,10 @@ type/^PostScript
type/^PDF
Open=/usr/lib/mc/ext.d/doc.sh open 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
regex/i/\.html?$