Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
commit
94453a59bc
@ -9,6 +9,7 @@ application/pdf=okularApplication_pdf.desktop;
|
||||
image/png=okularApplication_kimgio.desktop;
|
||||
video/mp4=vlc.desktop;org.gnome.Totem.desktop;
|
||||
x-scheme-handler/magnet=userapp-transmission-gtk-24GQLZ.desktop;
|
||||
element=element-desktop.desktop
|
||||
|
||||
[Default Applications]
|
||||
text/html=google-chrome.desktop
|
||||
|
@ -105,7 +105,7 @@ myConfig = def
|
||||
toggleFadeInactiveLogHook 0.9 <> workspaceHistoryHook <>
|
||||
setWorkspaceNames <> activateLogHook (reader W.focusWindow >>= doF) <+> logHook def
|
||||
, handleEventHook =
|
||||
fullscreenEventHook <> followIfNoMagicFocus <> minimizeEventHook <> restartEventHook
|
||||
followIfNoMagicFocus <> minimizeEventHook <> restartEventHook
|
||||
, startupHook = myStartup
|
||||
, keys = customKeys (const []) addKeys
|
||||
}
|
||||
@ -125,6 +125,7 @@ main = do
|
||||
. docks
|
||||
. pagerHints
|
||||
. ewmh
|
||||
. ewmhFullscreen
|
||||
. withNavigation2DConfig myNavigation2DConfig $ myConfig
|
||||
|
||||
-- Utility functions
|
||||
|
Loading…
Reference in New Issue
Block a user