mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
changed some stuff
This commit is contained in:
parent
8db5806cf7
commit
59b1c62d9a
@ -1,8 +1,8 @@
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=1
|
||||
gtk-theme-name=Arc-Dark-OSX
|
||||
gtk-icon-theme-name=Numix-Circle-Light
|
||||
gtk-font-name=Sans 8
|
||||
gtk-icon-theme-name=gnome
|
||||
gtk-font-name=System San Francisco Display 10
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
|
@ -48,6 +48,9 @@ set $base0F #fcc09e
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
# Set default programs
|
||||
set $screencast ffmpeg -y -f x11grab -video_size 2560x1440 -i :0.0 -f alsa -i default -c:v ffvhuff -r 30 -c:a flac output.mkv
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
|
||||
@ -153,17 +156,12 @@ workspace $workspace5 output DP1
|
||||
workspace $workspace6 output DP1
|
||||
workspace $workspace7 output HDMI1
|
||||
|
||||
assign [class="Google-chrome" instance="reddit.com"] $workspace5
|
||||
assign [class="Google-chrome" instance="tweetdeck.twitter.com"] $workspace5
|
||||
assign [class="Google-chrome"] $workspace2
|
||||
assign [class="firejail firefox"] $workspace2
|
||||
assign [class="firefox"] $workspace2
|
||||
assign [class="Clementine"] $workspace4
|
||||
assign [class="Terminator" instance="cmus"] $workspace4
|
||||
assign [class="Gpodder"] $workspace4
|
||||
assign [class="Terminator" instance="mutt"] $workspace6
|
||||
assign [class="Hexchat"] $workspace7
|
||||
assign [class="Slack"] $workspace7
|
||||
assign [class="MPlayer" instance="aljazeera"] $workspace7
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+c reload
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 5667161d49b9ddc4ea8de7a379d50fc2cb7ffb50
|
||||
Subproject commit 291e96dcd034750fbe7473482508c08833b168e3
|
@ -22,7 +22,7 @@ URxvt.fading: 0
|
||||
! URxvt.urgentOnBell: true
|
||||
! URxvt.visualBell: true
|
||||
URxvt.loginShell: true
|
||||
URxvt.saveLines: 50
|
||||
URxvt.saveLines: 150
|
||||
URxvt.internalBorder: 3
|
||||
URxvt.lineSpace: 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user