Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
db320bf060
@ -1,13 +1,15 @@
|
|||||||
[rc]
|
[rc]
|
||||||
use_copy=true
|
use_copy=true
|
||||||
use_primary=false
|
use_primary=true
|
||||||
synchronize=false
|
synchronize=true
|
||||||
automatic_paste=false
|
automatic_paste=false
|
||||||
show_indexes=true
|
show_indexes=true
|
||||||
save_uris=true
|
save_uris=true
|
||||||
use_rmb_menu=false
|
use_rmb_menu=false
|
||||||
save_history=true
|
save_history=true
|
||||||
history_limit=500
|
history_limit=1000
|
||||||
|
history_timeout_seconds=30
|
||||||
|
history_timeout=false
|
||||||
items_menu=20
|
items_menu=20
|
||||||
statics_show=true
|
statics_show=true
|
||||||
statics_items=10
|
statics_items=10
|
||||||
|
@ -95,7 +95,7 @@ myConfig = def
|
|||||||
, terminal = "alacritty"
|
, terminal = "alacritty"
|
||||||
, manageHook = myManageHook <+> manageHook def
|
, manageHook = myManageHook <+> manageHook def
|
||||||
, layoutHook = myLayoutHook
|
, layoutHook = myLayoutHook
|
||||||
, borderWidth = 2
|
, borderWidth = 0
|
||||||
, normalBorderColor = "#0096ff"
|
, normalBorderColor = "#0096ff"
|
||||||
, focusedBorderColor = "#ffff00"
|
, focusedBorderColor = "#ffff00"
|
||||||
, logHook =
|
, logHook =
|
||||||
|
@ -6,7 +6,9 @@ import os
|
|||||||
import struct
|
import struct
|
||||||
|
|
||||||
|
|
||||||
clipit_history_file = os.path.join(appdirs.user_data_dir(), "clipit/history")
|
clipit_history_file = os.path.join(
|
||||||
|
appdirs.user_data_dir(), "clipit/history",
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def get_clipit_history(filename):
|
def get_clipit_history(filename):
|
||||||
|
Loading…
Reference in New Issue
Block a user